Color Hex Logo

#edd49f Color Hex

#EDD49F
(237,212,159)
0 Favorites   0 Comments

Color spaces of #edd49f

RGB 237212159
HSL0.110.680.78
HSV41°33°93°
CMYK 0.000.110.33   0.07
XYZ64.726567.594742.4365
Yxy67.59470.37040.3868
Hunter Lab82.2160-3.349626.9481
CIE-Lab85.80341.089629.4322

#edd49f color RGB value is (237,212,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 10011111
Octal 355 324 237
Decimal 237 212 159
Hex ED D4 9F

RGB Percentages of Color #edd49f

%38.98
%34.87
%26.15

CMYK Percentages of Color #edd49f

%0
%11
%33
%7

Triadic Colors of #edd49f

#edd49f #9fedd4 #d49fed

Analogous Colors of #edd49f

#edd49f #dfed9f #edad9f

Monochromatic Colors of #edd49f

#edd49f

Complementary Color

#edd49f #9fb8ed

#edd49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd49f Color CSS Codes

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

#edd49f Text Font Color

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

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


#edd49f Background Color

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

This div background color is #edd49f


#edd49f Border Color

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

This div border color is #edd49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd49f


Comments

No comments written yet.

Please login to write comment.