Color Hex Logo

#ede49f Color Hex

#EDE49F
(237,228,159)
0 Favorites   0 Comments

Color spaces of #ede49f

RGB 237228159
HSL0.150.680.78
HSV53°33°93°
CMYK 0.000.040.33   0.07
XYZ68.926575.994543.8365
Yxy75.99450.36520.4026
Hunter Lab87.1748-11.421431.2080
CIE-Lab89.8568-7.066034.8316

#ede49f color RGB value is (237,228,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 10011111
Octal 355 344 237
Decimal 237 228 159
Hex ED E4 9F

RGB Percentages of Color #ede49f

%37.98
%36.54
%25.48

CMYK Percentages of Color #ede49f

%0
%4
%33
%7

Triadic Colors of #ede49f

#ede49f #9fede4 #e49fed

Analogous Colors of #ede49f

#ede49f #cfed9f #edbd9f

Monochromatic Colors of #ede49f

#ede49f

Complementary Color

#ede49f #9fa8ed

#ede49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede49f Color CSS Codes

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

#ede49f Text Font Color

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

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


#ede49f Background Color

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

This div background color is #ede49f


#ede49f Border Color

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

This div border color is #ede49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede49f


Comments

No comments written yet.

Please login to write comment.