Color Hex Logo

#ebe19a Color Hex

#EBE19A
(235,225,154)
0 Favorites   0 Comments

Color spaces of #ebe19a

RGB 235225154
HSL0.150.670.76
HSV53°34°92°
CMYK 0.000.040.34   0.08
XYZ67.018973.845741.2932
Yxy73.84570.36790.4054
Hunter Lab85.9335-11.172931.6631
CIE-Lab88.8495-6.907236.0080

#ebe19a color RGB value is (235,225,154).

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

The process color (four color CMYK) of #ebe19a color hex is 0.00, 0.04, 0.34, 0.08. Web safe color of #ebe19a is #ffcc99. Color #ebe19a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 10011010
Octal 353 341 232
Decimal 235 225 154
Hex EB E1 9A

RGB Percentages of Color #ebe19a

%38.27
%36.64
%25.08

CMYK Percentages of Color #ebe19a

%0
%4
%34
%8

Triadic Colors of #ebe19a

#ebe19a #9aebe1 #e19aeb

Analogous Colors of #ebe19a

#ebe19a #cdeb9a #ebb99a

Monochromatic Colors of #ebe19a

#ebe19a

Complementary Color

#ebe19a #9aa4eb

#ebe19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe19a Color CSS Codes

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

#ebe19a Text Font Color

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

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


#ebe19a Background Color

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

This div background color is #ebe19a


#ebe19a Border Color

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

This div border color is #ebe19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe19a


Comments

No comments written yet.

Please login to write comment.