Color Hex Logo

#edeeda Color Hex

#EDEEDA
(237,238,218)
0 Favorites   0 Comments

Color spaces of #edeeda

RGB 237238218
HSL0.180.370.89
HSV63°93°
CMYK 0.000.000.08   0.07
XYZ78.154584.215678.4657
Yxy84.21560.32450.3497
Hunter Lab91.7691-8.577513.5434
CIE-Lab93.5441-3.74579.5596

#edeeda color RGB value is (237,238,218).

#edeeda hex color red value is 237, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edeeda hue: 0.18 , saturation: 0.37 and the lightness value of edeeda is 0.89.

The process color (four color CMYK) of #edeeda color hex is 0.00, 0.00, 0.08, 0.07. Web safe color of #edeeda is #ffffcc. Color #edeeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11011010
Octal 355 356 332
Decimal 237 238 218
Hex ED EE DA

RGB Percentages of Color #edeeda

%34.20
%34.34
%31.46

CMYK Percentages of Color #edeeda

%0
%0
%8
%7

Triadic Colors of #edeeda

#edeeda #daedee #eedaed

Analogous Colors of #edeeda

#edeeda #e3eeda #eee5da

Monochromatic Colors of #edeeda

#edeeda

Complementary Color

#edeeda #dbdaee

#edeeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeeda Color CSS Codes

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

#edeeda Text Font Color

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

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


#edeeda Background Color

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

This div background color is #edeeda


#edeeda Border Color

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

This div border color is #edeeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeeda


Comments

No comments written yet.

Please login to write comment.