Color Hex Logo

#edd19f Color Hex

#EDD19F
(237,209,159)
0 Favorites   0 Comments

Color spaces of #edd19f

RGB 237209159
HSL0.110.680.78
HSV38°33°93°
CMYK 0.000.120.33   0.07
XYZ63.983566.108742.1888
Yxy66.10870.37140.3837
Hunter Lab81.3073-1.819926.1506
CIE-Lab85.05182.639328.4212

#edd19f color RGB value is (237,209,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 10011111
Octal 355 321 237
Decimal 237 209 159
Hex ED D1 9F

RGB Percentages of Color #edd19f

%39.17
%34.55
%26.28

CMYK Percentages of Color #edd19f

%0
%12
%33
%7

Triadic Colors of #edd19f

#edd19f #9fedd1 #d19fed

Analogous Colors of #edd19f

#edd19f #e2ed9f #edaa9f

Monochromatic Colors of #edd19f

#edd19f

Complementary Color

#edd19f #9fbbed

#edd19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd19f Color CSS Codes

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

#edd19f Text Font Color

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

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


#edd19f Background Color

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

This div background color is #edd19f


#edd19f Border Color

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

This div border color is #edd19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd19f


Comments

No comments written yet.

Please login to write comment.