color codes Logo

#ffdb6e color codes

#FFDB6E
(255,219,110)
0 Favorites   0 Comments

Color spaces of #ffdb6e

RGB 255219110
HSL0.131.000.72
HSV45°57°100°
CMYK 0.000.140.57   0.00
XYZ69.386073.048825.1946
Yxy73.04880.41390.4358
Hunter Lab85.4686-4.658342.3504
CIE-Lab88.4710-0.096657.3373

#ffdb6e color RGB value is (255,219,110).

#ffdb6e hex color red value is 255, green value is 219 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ffdb6e hue: 0.13 , saturation: 1.00 and the lightness value of ffdb6e is 0.72.

The process color (four color CMYK) of #ffdb6e color code is 0.00, 0.14, 0.57, 0.00. Web safe color of #ffdb6e is #ffcc66. Color #ffdb6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 01101110
Octal 377 333 156
Decimal 255 219 110
Hex FF DB 6E

RGB Percentages of Color #ffdb6e

%43.66
%37.50
%18.84

CMYK Percentages of Color #ffdb6e

%0
%14
%57
%0

Triadic Colors of #ffdb6e

#ffdb6e #6effdb #db6eff

Analogous Colors of #ffdb6e

#ffdb6e #dbff6e #ff936e

Monochromatic Colors of #ffdb6e

#ffdb6e

Complementary Color

#ffdb6e #6e92ff

#ffdb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb6e Color CSS Codes

.mybgcolor {background-color:#ffdb6e; } 
.myforecolor {color:#ffdb6e; }
.mybordercolor {border:3px solid #ffdb6e; }

#ffdb6e Text Font Color

<p style="color:#ffdb6e">Text here</p>

This sample text font color is #ffdb6e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffdb6e Background Color

<div style="background-color:#ffdb6e">
Div content here</div>

This div background color is #ffdb6e


#ffdb6e Border Color

<div style="border:3px solid #ffdb6e">
Div here</div>

This div border color is #ffdb6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,219,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffdb6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffdb6e;
  -webkit-box-shadow: 1px 1px 3px 2px #ffdb6e;
  box-shadow:         1px 1px 3px 2px #ffdb6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,219,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffdb6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdb6e;
  -webkit-box-shadow: 1px 1px 3px 2px #ffdb6e;
  box-shadow:         1px 1px 3px 2px #ffdb6e;">
Div content here</div>

This div box has shadow with color #ffdb6e

Related Colors

#ffdb6e Color Palettes


Comments

No comments written yet.

Please login to write comment.