Color Hex Logo

#edeec5 Color Hex

#EDEEC5
(237,238,197)
0 Favorites   0 Comments

Color spaces of #edeec5

RGB 237238197
HSL0.170.550.85
HSV61°17°93°
CMYK 0.000.000.17   0.07
XYZ75.577683.184864.8962
Yxy83.18480.33790.3719
Hunter Lab91.2057-11.696021.6570
CIE-Lab93.0953-7.017319.7828

#edeec5 color RGB value is (237,238,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11000101
Octal 355 356 305
Decimal 237 238 197
Hex ED EE C5

RGB Percentages of Color #edeec5

%35.27
%35.42
%29.32

CMYK Percentages of Color #edeec5

%0
%0
%17
%7

Triadic Colors of #edeec5

#edeec5 #c5edee #eec5ed

Analogous Colors of #edeec5

#edeec5 #d9eec5 #eedbc5

Monochromatic Colors of #edeec5

#edeec5

Complementary Color

#edeec5 #c6c5ee

#edeec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeec5 Color CSS Codes

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

#edeec5 Text Font Color

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

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


#edeec5 Background Color

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

This div background color is #edeec5


#edeec5 Border Color

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

This div border color is #edeec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeec5


Comments

No comments written yet.

Please login to write comment.