Color Hex Logo

#edeec0 Color Hex

#EDEEC0
(237,238,192)
0 Favorites   0 Comments

Color spaces of #edeec0

RGB 237238192
HSL0.170.580.84
HSV61°19°93°
CMYK 0.000.000.19   0.07
XYZ75.014082.959461.9283
Yxy82.95940.34110.3773
Hunter Lab91.0821-12.383323.4451
CIE-Lab92.9967-7.746522.2187

#edeec0 color RGB value is (237,238,192).

#edeec0 hex color red value is 237, green value is 238 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #edeec0 hue: 0.17 , saturation: 0.58 and the lightness value of edeec0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11000000
Octal 355 356 300
Decimal 237 238 192
Hex ED EE C0

RGB Percentages of Color #edeec0

%35.53
%35.68
%28.79

CMYK Percentages of Color #edeec0

%0
%0
%19
%7

Triadic Colors of #edeec0

#edeec0 #c0edee #eec0ed

Analogous Colors of #edeec0

#edeec0 #d6eec0 #eed8c0

Monochromatic Colors of #edeec0

#edeec0

Complementary Color

#edeec0 #c1c0ee

#edeec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeec0 Color CSS Codes

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

#edeec0 Text Font Color

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

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


#edeec0 Background Color

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

This div background color is #edeec0


#edeec0 Border Color

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

This div border color is #edeec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeec0

#edeec0 Color Palettes


Comments

No comments written yet.

Please login to write comment.