Color Hex Logo

#edecd1 Color Hex

#EDECD1
(237,236,209)
0 Favorites   0 Comments

Color spaces of #edecd1

RGB 237236209
HSL0.160.440.87
HSV58°12°93°
CMYK 0.000.000.12   0.07
XYZ76.429182.598972.2365
Yxy82.59890.33050.3572
Hunter Lab90.8839-8.936816.4938
CIE-Lab92.8385-4.177513.2196

#edecd1 color RGB value is (237,236,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11010001
Octal 355 354 321
Decimal 237 236 209
Hex ED EC D1

RGB Percentages of Color #edecd1

%34.75
%34.60
%30.65

CMYK Percentages of Color #edecd1

%0
%0
%12
%7

Triadic Colors of #edecd1

#edecd1 #d1edec #ecd1ed

Analogous Colors of #edecd1

#edecd1 #e0edd1 #edded1

Monochromatic Colors of #edecd1

#edecd1

Complementary Color

#edecd1 #d1d2ed

#edecd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecd1 Color CSS Codes

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

#edecd1 Text Font Color

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

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


#edecd1 Background Color

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

This div background color is #edecd1


#edecd1 Border Color

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

This div border color is #edecd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecd1


Comments

No comments written yet.

Please login to write comment.