Color Hex Logo

#ffdea9 Color Hex

#FFDEA9
(255,222,169)
0 Favorites   0 Comments

Color spaces of #ffdea9

RGB 255222169
HSL0.101.000.83
HSV37°34°100°
CMYK 0.000.130.34   0.00
XYZ74.522776.367148.3487
Yxy76.36710.37400.3833
Hunter Lab87.3883-0.708828.3688
CIE-Lab90.02954.031930.2269

#ffdea9 color RGB value is (255,222,169).

#ffdea9 hex color red value is 255, green value is 222 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #ffdea9 hue: 0.10 , saturation: 1.00 and the lightness value of ffdea9 is 0.83.

The process color (four color CMYK) of #ffdea9 color hex is 0.00, 0.13, 0.34, 0.00. Web safe color of #ffdea9 is #ffcc99. Color #ffdea9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 10101001
Octal 377 336 251
Decimal 255 222 169
Hex FF DE A9

RGB Percentages of Color #ffdea9

%39.47
%34.37
%26.16

CMYK Percentages of Color #ffdea9

%0
%13
%34
%0

Triadic Colors of #ffdea9

#ffdea9 #a9ffde #dea9ff

Analogous Colors of #ffdea9

#ffdea9 #f5ffa9 #ffb3a9

Monochromatic Colors of #ffdea9

#ffdea9

Complementary Color

#ffdea9 #a9caff

#ffdea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdea9 Color CSS Codes

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

#ffdea9 Text Font Color

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

This sample text font color is #ffdea9
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.


#ffdea9 Background Color

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

This div background color is #ffdea9


#ffdea9 Border Color

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

This div border color is #ffdea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdea9


Comments

No comments written yet.

Please login to write comment.