Color Hex Logo

#eded9f Color Hex

#EDED9F
(237,237,159)
0 Favorites   0 Comments

Color spaces of #eded9f

RGB 237237159
HSL0.170.680.78
HSV60°33°93°
CMYK 0.000.000.33   0.07
XYZ71.467281.076144.6834
Yxy81.07610.36240.4111
Hunter Lab90.0423-15.897233.6070
CIE-Lab92.1655-11.564537.8673

#eded9f color RGB value is (237,237,159).

#eded9f hex color red value is 237, green value is 237 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eded9f hue: 0.17 , saturation: 0.68 and the lightness value of eded9f is 0.78.

The process color (four color CMYK) of #eded9f color hex is 0.00, 0.00, 0.33, 0.07. Web safe color of #eded9f is #ffff99. Color #eded9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 10011111
Octal 355 355 237
Decimal 237 237 159
Hex ED ED 9F

RGB Percentages of Color #eded9f

%37.44
%37.44
%25.12

CMYK Percentages of Color #eded9f

%0
%0
%33
%7

Triadic Colors of #eded9f

#eded9f #9feded #ed9fed

Analogous Colors of #eded9f

#eded9f #c6ed9f #edc69f

Monochromatic Colors of #eded9f

#eded9f

Complementary Color

#eded9f #9f9fed

#eded9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eded9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eded9f Color CSS Codes

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

#eded9f Text Font Color

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

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


#eded9f Background Color

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

This div background color is #eded9f


#eded9f Border Color

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

This div border color is #eded9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eded9f


Comments

No comments written yet.

Please login to write comment.