Color Hex Logo

#eddcca Color Hex

#EDDCCA
(237,220,202)
0 Favorites   0 Comments

Color spaces of #eddcca

RGB 237220202
HSL0.090.490.86
HSV31°15°93°
CMYK 0.000.070.15   0.07
XYZ71.178973.455266.3039
Yxy73.45520.33740.3482
Hunter Lab85.7060-1.741114.1263
CIE-Lab88.66442.914610.9350

#eddcca color RGB value is (237,220,202).

#eddcca hex color red value is 237, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eddcca hue: 0.09 , saturation: 0.49 and the lightness value of eddcca is 0.86.

The process color (four color CMYK) of #eddcca color hex is 0.00, 0.07, 0.15, 0.07. Web safe color of #eddcca is #ffcccc. Color #eddcca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 11001010
Octal 355 334 312
Decimal 237 220 202
Hex ED DC CA

RGB Percentages of Color #eddcca

%35.96
%33.38
%30.65

CMYK Percentages of Color #eddcca

%0
%7
%15
%7

Triadic Colors of #eddcca

#eddcca #caeddc #dccaed

Analogous Colors of #eddcca

#eddcca #ededca #edcbca

Monochromatic Colors of #eddcca

#eddcca

Complementary Color

#eddcca #cadbed

#eddcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcca Color CSS Codes

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

#eddcca Text Font Color

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

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


#eddcca Background Color

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

This div background color is #eddcca


#eddcca Border Color

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

This div border color is #eddcca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,220,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcca


Comments

No comments written yet.

Please login to write comment.