Color Hex Logo

#eab81f Color Hex

#EAB81F
(234,184,31)
0 Favorites   0 Comments

Color spaces of #eab81f

RGB 23418431
HSL0.130.830.52
HSV45°87°92°
CMYK 0.000.210.87   0.08
XYZ51.319551.87238.6039
Yxy51.87230.45900.4640
Hunter Lab72.02241.150743.3328
CIE-Lab77.20445.403974.8733

#eab81f color RGB value is (234,184,31).

#eab81f hex color red value is 234, green value is 184 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #eab81f hue: 0.13 , saturation: 0.83 and the lightness value of eab81f is 0.52.

The process color (four color CMYK) of #eab81f color hex is 0.00, 0.21, 0.87, 0.08. Web safe color of #eab81f is #ffcc33. Color #eab81f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 00011111
Octal 352 270 37
Decimal 234 184 31
Hex EA B8 1F

RGB Percentages of Color #eab81f

%52.12
%40.98
%6.90

CMYK Percentages of Color #eab81f

%0
%21
%87
%8

Triadic Colors of #eab81f

#eab81f #1feab8 #b81fea

Analogous Colors of #eab81f

#eab81f #b7ea1f #ea531f

Monochromatic Colors of #eab81f

#eab81f

Complementary Color

#eab81f #1f51ea

#eab81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab81f Color CSS Codes

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

#eab81f Text Font Color

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

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


#eab81f Background Color

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

This div background color is #eab81f


#eab81f Border Color

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

This div border color is #eab81f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,184,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eab81f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eab81f;
  -webkit-box-shadow: 1px 1px 3px 2px #eab81f;
  box-shadow:         1px 1px 3px 2px #eab81f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,184,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab81f

#eab81f Color Palettes


Comments

No comments written yet.

Please login to write comment.