Color Hex Logo

#ebd89a Color Hex

#EBD89A
(235,216,154)
0 Favorites   0 Comments

Color spaces of #ebd89a

RGB 235216154
HSL0.130.670.76
HSV46°34°92°
CMYK 0.000.080.34   0.08
XYZ64.649669.107040.5034
Yxy69.10700.37100.3966
Hunter Lab83.1306-6.661529.3038
CIE-Lab86.5570-2.333132.9844

#ebd89a color RGB value is (235,216,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 10011010
Octal 353 330 232
Decimal 235 216 154
Hex EB D8 9A

RGB Percentages of Color #ebd89a

%38.84
%35.70
%25.45

CMYK Percentages of Color #ebd89a

%0
%8
%34
%8

Triadic Colors of #ebd89a

#ebd89a #9aebd8 #d89aeb

Analogous Colors of #ebd89a

#ebd89a #d6eb9a #ebb09a

Monochromatic Colors of #ebd89a

#ebd89a

Complementary Color

#ebd89a #9aadeb

#ebd89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd89a Color CSS Codes

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

#ebd89a Text Font Color

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

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


#ebd89a Background Color

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

This div background color is #ebd89a


#ebd89a Border Color

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

This div border color is #ebd89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd89a


Comments

No comments written yet.

Please login to write comment.