Color Hex Logo

#ebe59f Color Hex

#EBE59F
(235,229,159)
0 Favorites   0 Comments

Color spaces of #ebe59f

RGB 235229159
HSL0.150.660.77
HSV55°32°92°
CMYK 0.000.030.32   0.08
XYZ68.538376.204043.8974
Yxy76.20400.36330.4040
Hunter Lab87.2949-12.619431.2917
CIE-Lab89.9540-8.329834.9308

#ebe59f color RGB value is (235,229,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 10011111
Octal 353 345 237
Decimal 235 229 159
Hex EB E5 9F

RGB Percentages of Color #ebe59f

%37.72
%36.76
%25.52

CMYK Percentages of Color #ebe59f

%0
%3
%32
%8

Triadic Colors of #ebe59f

#ebe59f #9febe5 #e59feb

Analogous Colors of #ebe59f

#ebe59f #cbeb9f #ebbf9f

Monochromatic Colors of #ebe59f

#ebe59f

Complementary Color

#ebe59f #9fa5eb

#ebe59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe59f Color CSS Codes

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

#ebe59f Text Font Color

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

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


#ebe59f Background Color

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

This div background color is #ebe59f


#ebe59f Border Color

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

This div border color is #ebe59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe59f


Comments

No comments written yet.

Please login to write comment.