Color Hex Logo

#edee9d Color Hex

#EDEE9D
(237,238,157)
0 Favorites   0 Comments

Color spaces of #edee9d

RGB 237238157
HSL0.170.700.77
HSV61°34°93°
CMYK 0.000.000.34   0.07
XYZ71.585481.587943.8734
Yxy81.58790.36330.4141
Hunter Lab90.3260-16.605334.4297
CIE-Lab92.3927-12.292939.1624

#edee9d color RGB value is (237,238,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 10011101
Octal 355 356 235
Decimal 237 238 157
Hex ED EE 9D

RGB Percentages of Color #edee9d

%37.50
%37.66
%24.84

CMYK Percentages of Color #edee9d

%0
%0
%34
%7

Triadic Colors of #edee9d

#edee9d #9dedee #ee9ded

Analogous Colors of #edee9d

#edee9d #c5ee9d #eec79d

Monochromatic Colors of #edee9d

#edee9d

Complementary Color

#edee9d #9e9dee

#edee9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edee9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edee9d Color CSS Codes

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

#edee9d Text Font Color

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

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


#edee9d Background Color

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

This div background color is #edee9d


#edee9d Border Color

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

This div border color is #edee9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edee9d


Comments

No comments written yet.

Please login to write comment.