Color Hex Logo

#edeede Color Hex

#EDEEDE
(237,238,222)
0 Favorites   0 Comments

Color spaces of #edeede

RGB 237238222
HSL0.180.320.90
HSV64°93°
CMYK 0.000.000.07   0.07
XYZ78.684484.427581.2563
Yxy84.42750.32200.3455
Hunter Lab91.8844-7.940911.8871
CIE-Lab93.6359-3.08517.6169

#edeede color RGB value is (237,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11011110
Octal 355 356 336
Decimal 237 238 222
Hex ED EE DE

RGB Percentages of Color #edeede

%34.00
%34.15
%31.85

CMYK Percentages of Color #edeede

%0
%0
%7
%7

Triadic Colors of #edeede

#edeede #deedee #eedeed

Analogous Colors of #edeede

#edeede #e5eede #eee7de

Monochromatic Colors of #edeede

#edeede

Complementary Color

#edeede #dfdeee

#edeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeede Color CSS Codes

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

#edeede Text Font Color

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

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


#edeede Background Color

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

This div background color is #edeede


#edeede Border Color

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

This div border color is #edeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeede

#edeede Color Palettes


Comments

No comments written yet.

Please login to write comment.