Color Hex Logo

#eedfaa Color Hex

#EEDFAA
(238,223,170)
0 Favorites   0 Comments

Color spaces of #eedfaa

RGB 238223170
HSL0.130.670.80
HSV47°29°93°
CMYK 0.000.060.29   0.07
XYZ68.903373.854848.6540
Yxy73.85480.36000.3858
Hunter Lab85.9388-7.276726.5903
CIE-Lab88.8538-2.793227.8794

#eedfaa color RGB value is (238,223,170).

#eedfaa hex color red value is 238, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eedfaa hue: 0.13 , saturation: 0.67 and the lightness value of eedfaa is 0.80.

The process color (four color CMYK) of #eedfaa color hex is 0.00, 0.06, 0.29, 0.07. Web safe color of #eedfaa is #ffcc99. Color #eedfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10101010
Octal 356 337 252
Decimal 238 223 170
Hex EE DF AA

RGB Percentages of Color #eedfaa

%37.72
%35.34
%26.94

CMYK Percentages of Color #eedfaa

%0
%6
%29
%7

Triadic Colors of #eedfaa

#eedfaa #aaeedf #dfaaee

Analogous Colors of #eedfaa

#eedfaa #dbeeaa #eebdaa

Monochromatic Colors of #eedfaa

#eedfaa

Complementary Color

#eedfaa #aab9ee

#eedfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfaa Color CSS Codes

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

#eedfaa Text Font Color

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

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


#eedfaa Background Color

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

This div background color is #eedfaa


#eedfaa Border Color

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

This div border color is #eedfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,223,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 #eedfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfaa

#eedfaa Color Palettes


Comments

No comments written yet.

Please login to write comment.