Color Hex Logo

#ebbe9a Color Hex

#EBBE9A
(235,190,154)
0 Favorites   0 Comments

Color spaces of #ebbe9a

RGB 235190154
HSL0.070.670.76
HSV27°34°92°
CMYK 0.000.190.34   0.08
XYZ58.507156.822238.4560
Yxy56.82220.38040.3695
Hunter Lab75.38056.628122.5191
CIE-Lab80.079511.195024.2819

#ebbe9a color RGB value is (235,190,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 10011010
Octal 353 276 232
Decimal 235 190 154
Hex EB BE 9A

RGB Percentages of Color #ebbe9a

%40.59
%32.82
%26.60

CMYK Percentages of Color #ebbe9a

%0
%19
%34
%8

Triadic Colors of #ebbe9a

#ebbe9a #9aebbe #be9aeb

Analogous Colors of #ebbe9a

#ebbe9a #ebe79a #eb9a9f

Monochromatic Colors of #ebbe9a

#ebbe9a

Complementary Color

#ebbe9a #9ac7eb

#ebbe9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe9a Color CSS Codes

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

#ebbe9a Text Font Color

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

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


#ebbe9a Background Color

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

This div background color is #ebbe9a


#ebbe9a Border Color

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

This div border color is #ebbe9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe9a


Comments

No comments written yet.

Please login to write comment.