Color Hex Logo

#ebeb9f Color Hex

#EBEB9F
(235,235,159)
0 Favorites   0 Comments

Color spaces of #ebeb9f

RGB 235235159
HSL0.170.660.77
HSV60°32°92°
CMYK 0.000.000.32   0.08
XYZ70.227379.582044.4604
Yxy79.58200.36150.4096
Hunter Lab89.2087-15.595732.8968
CIE-Lab91.4970-11.327536.9622

#ebeb9f color RGB value is (235,235,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 10011111
Octal 353 353 237
Decimal 235 235 159
Hex EB EB 9F

RGB Percentages of Color #ebeb9f

%37.36
%37.36
%25.28

CMYK Percentages of Color #ebeb9f

%0
%0
%32
%8

Triadic Colors of #ebeb9f

#ebeb9f #9febeb #eb9feb

Analogous Colors of #ebeb9f

#ebeb9f #c5eb9f #ebc59f

Monochromatic Colors of #ebeb9f

#ebeb9f

Complementary Color

#ebeb9f #9f9feb

#ebeb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeb9f Color CSS Codes

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

#ebeb9f Text Font Color

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

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


#ebeb9f Background Color

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

This div background color is #ebeb9f


#ebeb9f Border Color

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

This div border color is #ebeb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeb9f


Comments

No comments written yet.

Please login to write comment.