Color Hex Logo

#edb99f Color Hex

#EDB99F
(237,185,159)
0 Favorites   0 Comments

Color spaces of #edb99f

RGB 237185159
HSL0.060.680.78
HSV20°33°93°
CMYK 0.000.220.33   0.07
XYZ58.532055.205740.3717
Yxy55.20570.37980.3582
Hunter Lab74.300510.591619.7948
CIE-Lab79.159615.220320.3863

#edb99f color RGB value is (237,185,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 10011111
Octal 355 271 237
Decimal 237 185 159
Hex ED B9 9F

RGB Percentages of Color #edb99f

%40.79
%31.84
%27.37

CMYK Percentages of Color #edb99f

%0
%22
%33
%7

Triadic Colors of #edb99f

#edb99f #9fedb9 #b99fed

Analogous Colors of #edb99f

#edb99f #ede09f #ed9fac

Monochromatic Colors of #edb99f

#edb99f

Complementary Color

#edb99f #9fd3ed

#edb99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb99f Color CSS Codes

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

#edb99f Text Font Color

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

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


#edb99f Background Color

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

This div background color is #edb99f


#edb99f Border Color

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

This div border color is #edb99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb99f


Comments

No comments written yet.

Please login to write comment.