Color Hex Logo

#ebe96d Color Hex

#EBE96D
(235,233,109)
0 Favorites   0 Comments

Color spaces of #ebe96d

RGB 235233109
HSL0.160.760.67
HSV59°54°92°
CMYK 0.000.010.54   0.08
XYZ66.160277.044125.8520
Yxy77.04410.39140.4557
Hunter Lab87.7748-19.061543.9799
CIE-Lab90.3419-15.248859.5042

#ebe96d color RGB value is (235,233,109).

#ebe96d hex color red value is 235, green value is 233 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ebe96d hue: 0.16 , saturation: 0.76 and the lightness value of ebe96d is 0.67.

The process color (four color CMYK) of #ebe96d color hex is 0.00, 0.01, 0.54, 0.08. Web safe color of #ebe96d is #ffff66. Color #ebe96d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 01101101
Octal 353 351 155
Decimal 235 233 109
Hex EB E9 6D

RGB Percentages of Color #ebe96d

%40.73
%40.38
%18.89

CMYK Percentages of Color #ebe96d

%0
%1
%54
%8

Triadic Colors of #ebe96d

#ebe96d #6debe9 #e96deb

Analogous Colors of #ebe96d

#ebe96d #aeeb6d #ebaa6d

Monochromatic Colors of #ebe96d

#ebe96d

Complementary Color

#ebe96d #6d6feb

#ebe96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe96d Color CSS Codes

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

#ebe96d Text Font Color

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

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


#ebe96d Background Color

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

This div background color is #ebe96d


#ebe96d Border Color

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

This div border color is #ebe96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe96d


Comments

No comments written yet.

Please login to write comment.