Color Hex Logo

#ebc99f Color Hex

#EBC99F
(235,201,159)
0 Favorites   0 Comments

Color spaces of #ebc99f

RGB 235201159
HSL0.090.660.77
HSV33°32°92°
CMYK 0.000.140.32   0.08
XYZ61.405661.938741.5198
Yxy61.93870.37250.3757
Hunter Lab78.70111.545423.8116
CIE-Lab82.88086.031225.4529

#ebc99f color RGB value is (235,201,159).

#ebc99f hex color red value is 235, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ebc99f hue: 0.09 , saturation: 0.66 and the lightness value of ebc99f is 0.77.

The process color (four color CMYK) of #ebc99f color hex is 0.00, 0.14, 0.32, 0.08. Web safe color of #ebc99f is #ffcc99. Color #ebc99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 10011111
Octal 353 311 237
Decimal 235 201 159
Hex EB C9 9F

RGB Percentages of Color #ebc99f

%39.50
%33.78
%26.72

CMYK Percentages of Color #ebc99f

%0
%14
%32
%8

Triadic Colors of #ebc99f

#ebc99f #9febc9 #c99feb

Analogous Colors of #ebc99f

#ebc99f #e7eb9f #eba39f

Monochromatic Colors of #ebc99f

#ebc99f

Complementary Color

#ebc99f #9fc1eb

#ebc99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc99f Color CSS Codes

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

#ebc99f Text Font Color

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

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


#ebc99f Background Color

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

This div background color is #ebc99f


#ebc99f Border Color

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

This div border color is #ebc99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc99f


Comments

No comments written yet.

Please login to write comment.