Color Hex Logo

#ffdeaa Color Hex

#FFDEAA
(255,222,170)
1 Favorites   0 Comments

Color spaces of #ffdeaa

RGB 255222170
HSL0.101.000.83
HSV37°33°100°
CMYK 0.000.130.33   0.00
XYZ74.617076.404848.8451
Yxy76.40480.37330.3823
Hunter Lab87.4098-0.591528.0553
CIE-Lab90.04704.151129.7366

#ffdeaa color RGB value is (255,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 10101010
Octal 377 336 252
Decimal 255 222 170
Hex FF DE AA

RGB Percentages of Color #ffdeaa

%39.41
%34.31
%26.28

CMYK Percentages of Color #ffdeaa

%0
%13
%33
%0

Triadic Colors of #ffdeaa

#ffdeaa #aaffde #deaaff

Analogous Colors of #ffdeaa

#ffdeaa #f6ffaa #ffb4aa

Monochromatic Colors of #ffdeaa

#ffdeaa

Complementary Color

#ffdeaa #aacbff

#ffdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdeaa Color CSS Codes

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

#ffdeaa Text Font Color

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

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


#ffdeaa Background Color

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

This div background color is #ffdeaa


#ffdeaa Border Color

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

This div border color is #ffdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdeaa

Related Colors

#ffdeaa Color Palettes


Comments

No comments written yet.

Please login to write comment.