Color Hex Logo

#eddcaf Color Hex

#EDDCAF
(237,220,175)
0 Favorites   0 Comments

Color spaces of #eddcaf

RGB 237220175
HSL0.120.630.81
HSV44°26°93°
CMYK 0.000.070.26   0.07
XYZ68.256172.286150.9126
Yxy72.28610.35650.3776
Hunter Lab85.0212-5.485124.0107
CIE-Lab88.1061-0.981124.2599

#eddcaf color RGB value is (237,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10101111
Octal 355 334 257
Decimal 237 220 175
Hex ED DC AF

RGB Percentages of Color #eddcaf

%37.50
%34.81
%27.69

CMYK Percentages of Color #eddcaf

%0
%7
%26
%7

Triadic Colors of #eddcaf

#eddcaf #afeddc #dcafed

Analogous Colors of #eddcaf

#eddcaf #dfedaf #edbdaf

Monochromatic Colors of #eddcaf

#eddcaf

Complementary Color

#eddcaf #afc0ed

#eddcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcaf Color CSS Codes

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

#eddcaf Text Font Color

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

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


#eddcaf Background Color

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

This div background color is #eddcaf


#eddcaf Border Color

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

This div border color is #eddcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcaf


Comments

No comments written yet.

Please login to write comment.