Color Hex Logo

#ede79f Color Hex

#EDE79F
(237,231,159)
0 Favorites   0 Comments

Color spaces of #ede79f

RGB 237231159
HSL0.150.680.78
HSV55°33°93°
CMYK 0.000.030.33   0.07
XYZ69.759077.659644.1140
Yxy77.65960.36420.4055
Hunter Lab88.1247-12.918632.0075
CIE-Lab90.6243-8.573135.8440

#ede79f color RGB value is (237,231,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 10011111
Octal 355 347 237
Decimal 237 231 159
Hex ED E7 9F

RGB Percentages of Color #ede79f

%37.80
%36.84
%25.36

CMYK Percentages of Color #ede79f

%0
%3
%33
%7

Triadic Colors of #ede79f

#ede79f #9fede7 #e79fed

Analogous Colors of #ede79f

#ede79f #cced9f #edc09f

Monochromatic Colors of #ede79f

#ede79f

Complementary Color

#ede79f #9fa5ed

#ede79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede79f Color CSS Codes

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

#ede79f Text Font Color

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

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


#ede79f Background Color

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

This div background color is #ede79f


#ede79f Border Color

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

This div border color is #ede79f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,231,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 #ede79f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede79f


Comments

No comments written yet.

Please login to write comment.