Color Hex Logo

#eedcaf Color Hex

#EEDCAF
(238,220,175)
0 Favorites   0 Comments

Color spaces of #eedcaf

RGB 238220175
HSL0.120.650.81
HSV43°26°93°
CMYK 0.000.080.26   0.07
XYZ68.591072.458750.9282
Yxy72.45870.35730.3774
Hunter Lab85.1227-5.131224.1132
CIE-Lab88.1889-0.606924.3868

#eedcaf color RGB value is (238,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10101111
Octal 356 334 257
Decimal 238 220 175
Hex EE DC AF

RGB Percentages of Color #eedcaf

%37.60
%34.76
%27.65

CMYK Percentages of Color #eedcaf

%0
%8
%26
%7

Triadic Colors of #eedcaf

#eedcaf #afeedc #dcafee

Analogous Colors of #eedcaf

#eedcaf #e1eeaf #eebdaf

Monochromatic Colors of #eedcaf

#eedcaf

Complementary Color

#eedcaf #afc1ee

#eedcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcaf Color CSS Codes

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

#eedcaf Text Font Color

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

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


#eedcaf Background Color

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

This div background color is #eedcaf


#eedcaf Border Color

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

This div border color is #eedcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcaf


Comments

No comments written yet.

Please login to write comment.