Color Hex Logo

#edecd4 Color Hex

#EDECD4
(237,236,212)
0 Favorites   0 Comments

Color spaces of #edecd4

RGB 237236212
HSL0.160.410.88
HSV58°11°93°
CMYK 0.000.000.11   0.07
XYZ76.804282.748974.2115
Yxy82.74890.32860.3540
Hunter Lab90.9664-8.481215.3070
CIE-Lab92.9044-3.702011.7577

#edecd4 color RGB value is (237,236,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11010100
Octal 355 354 324
Decimal 237 236 212
Hex ED EC D4

RGB Percentages of Color #edecd4

%34.60
%34.45
%30.95

CMYK Percentages of Color #edecd4

%0
%0
%11
%7

Triadic Colors of #edecd4

#edecd4 #d4edec #ecd4ed

Analogous Colors of #edecd4

#edecd4 #e2edd4 #ede0d4

Monochromatic Colors of #edecd4

#edecd4

Complementary Color

#edecd4 #d4d5ed

#edecd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecd4 Color CSS Codes

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

#edecd4 Text Font Color

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

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


#edecd4 Background Color

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

This div background color is #edecd4


#edecd4 Border Color

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

This div border color is #edecd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecd4


Comments

No comments written yet.

Please login to write comment.