Color Hex Logo

#eedeaf Color Hex

#EEDEAF
(238,222,175)
0 Favorites   0 Comments

Color spaces of #eedeaf

RGB 238222175
HSL0.120.650.81
HSV45°26°93°
CMYK 0.000.070.26   0.07
XYZ69.119073.514851.1043
Yxy73.51480.35680.3795
Hunter Lab85.7408-6.150524.6798
CIE-Lab88.6927-1.630425.0766

#eedeaf color RGB value is (238,222,175).

#eedeaf hex color red value is 238, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eedeaf hue: 0.12 , saturation: 0.65 and the lightness value of eedeaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 10101111
Octal 356 336 257
Decimal 238 222 175
Hex EE DE AF

RGB Percentages of Color #eedeaf

%37.48
%34.96
%27.56

CMYK Percentages of Color #eedeaf

%0
%7
%26
%7

Triadic Colors of #eedeaf

#eedeaf #afeede #deafee

Analogous Colors of #eedeaf

#eedeaf #dfeeaf #eebfaf

Monochromatic Colors of #eedeaf

#eedeaf

Complementary Color

#eedeaf #afbfee

#eedeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedeaf Color CSS Codes

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

#eedeaf Text Font Color

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

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


#eedeaf Background Color

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

This div background color is #eedeaf


#eedeaf Border Color

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

This div border color is #eedeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedeaf

#eedeaf Color Palettes


Comments

No comments written yet.

Please login to write comment.