Color Hex Logo

#ebeb9e Color Hex

#EBEB9E
(235,235,158)
0 Favorites   0 Comments

Color spaces of #ebeb9e

RGB 235235158
HSL0.170.660.77
HSV60°33°92°
CMYK 0.000.000.33   0.08
XYZ70.140879.547544.0051
Yxy79.54750.36210.4107
Hunter Lab89.1894-15.704633.1795
CIE-Lab91.4814-11.446237.4437

#ebeb9e color RGB value is (235,235,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 10011110
Octal 353 353 236
Decimal 235 235 158
Hex EB EB 9E

RGB Percentages of Color #ebeb9e

%37.42
%37.42
%25.16

CMYK Percentages of Color #ebeb9e

%0
%0
%33
%8

Triadic Colors of #ebeb9e

#ebeb9e #9eebeb #eb9eeb

Analogous Colors of #ebeb9e

#ebeb9e #c5eb9e #ebc59e

Monochromatic Colors of #ebeb9e

#ebeb9e

Complementary Color

#ebeb9e #9e9eeb

#ebeb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeb9e Color CSS Codes

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

#ebeb9e Text Font Color

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

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


#ebeb9e Background Color

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

This div background color is #ebeb9e


#ebeb9e Border Color

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

This div border color is #ebeb9e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,235,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebeb9e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeb9e


Comments

No comments written yet.

Please login to write comment.