Color Hex Logo

#ebd80a Color Hex

#EBD80A
(235,216,10)
0 Favorites   0 Comments

Color spaces of #ebd80a

RGB 23521610
HSL0.150.920.48
HSV55°96°92°
CMYK 0.000.080.96   0.08
XYZ58.871666.795810.0772
Yxy66.79580.43370.4921
Hunter Lab81.7287-14.446449.8996
CIE-Lab85.4007-10.859984.3619

#ebd80a color RGB value is (235,216,10).

#ebd80a hex color red value is 235, green value is 216 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ebd80a hue: 0.15 , saturation: 0.92 and the lightness value of ebd80a is 0.48.

The process color (four color CMYK) of #ebd80a color hex is 0.00, 0.08, 0.96, 0.08. Web safe color of #ebd80a is #ffcc00. Color #ebd80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 00001010
Octal 353 330 12
Decimal 235 216 10
Hex EB D8 A

RGB Percentages of Color #ebd80a

%50.98
%46.85
%2.17

CMYK Percentages of Color #ebd80a

%0
%8
%96
%8

Triadic Colors of #ebd80a

#ebd80a #0aebd8 #d80aeb

Analogous Colors of #ebd80a

#ebd80a #8eeb0a #eb680a

Monochromatic Colors of #ebd80a

#ebd80a

Complementary Color

#ebd80a #0a1deb

#ebd80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd80a Color CSS Codes

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

#ebd80a Text Font Color

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

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


#ebd80a Background Color

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

This div background color is #ebd80a


#ebd80a Border Color

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

This div border color is #ebd80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd80a


Comments

No comments written yet.

Please login to write comment.