Color Hex Logo

#edead1 Color Hex

#EDEAD1
(237,234,209)
0 Favorites   0 Comments

Color spaces of #edead1

RGB 237234209
HSL0.150.440.87
HSV54°12°93°
CMYK 0.000.010.12   0.07
XYZ75.856581.453672.0457
Yxy81.45360.33070.3551
Hunter Lab90.2516-7.911215.8464
CIE-Lab92.3332-3.163212.5019

#edead1 color RGB value is (237,234,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11010001
Octal 355 352 321
Decimal 237 234 209
Hex ED EA D1

RGB Percentages of Color #edead1

%34.85
%34.41
%30.74

CMYK Percentages of Color #edead1

%0
%1
%12
%7

Triadic Colors of #edead1

#edead1 #d1edea #ead1ed

Analogous Colors of #edead1

#edead1 #e2edd1 #eddcd1

Monochromatic Colors of #edead1

#edead1

Complementary Color

#edead1 #d1d4ed

#edead1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edead1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edead1 Color CSS Codes

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

#edead1 Text Font Color

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

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


#edead1 Background Color

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

This div background color is #edead1


#edead1 Border Color

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

This div border color is #edead1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edead1


Comments

No comments written yet.

Please login to write comment.