Color Hex Logo

#eddcd4 Color Hex

#EDDCD4
(237,220,212)
0 Favorites   0 Comments

Color spaces of #eddcd4

RGB 237220212
HSL0.050.410.88
HSV19°11°93°
CMYK 0.000.070.11   0.07
XYZ72.401973.944472.7441
Yxy73.94440.33050.3375
Hunter Lab85.9909-0.192210.0372
CIE-Lab88.89624.50116.0148

#eddcd4 color RGB value is (237,220,212).

#eddcd4 hex color red value is 237, green value is 220 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #eddcd4 hue: 0.05 , saturation: 0.41 and the lightness value of eddcd4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 11010100
Octal 355 334 324
Decimal 237 220 212
Hex ED DC D4

RGB Percentages of Color #eddcd4

%35.43
%32.88
%31.69

CMYK Percentages of Color #eddcd4

%0
%7
%11
%7

Triadic Colors of #eddcd4

#eddcd4 #d4eddc #dcd4ed

Analogous Colors of #eddcd4

#eddcd4 #ede9d4 #edd4d9

Monochromatic Colors of #eddcd4

#eddcd4

Complementary Color

#eddcd4 #d4e5ed

#eddcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcd4 Color CSS Codes

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

#eddcd4 Text Font Color

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

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


#eddcd4 Background Color

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

This div background color is #eddcd4


#eddcd4 Border Color

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

This div border color is #eddcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcd4


Comments

No comments written yet.

Please login to write comment.