Color Hex Logo

#eab02f Color Hex

#EAB02F
(234,176,47)
0 Favorites   0 Comments

Color spaces of #eab02f

RGB 23417647
HSL0.110.820.55
HSV41°80°92°
CMYK 0.000.250.80   0.08
XYZ49.970148.74839.4650
Yxy48.74830.46190.4506
Hunter Lab69.82005.567340.8365
CIE-Lab75.294510.036268.8077

#eab02f color RGB value is (234,176,47).

#eab02f hex color red value is 234, green value is 176 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eab02f hue: 0.11 , saturation: 0.82 and the lightness value of eab02f is 0.55.

The process color (four color CMYK) of #eab02f color hex is 0.00, 0.25, 0.80, 0.08. Web safe color of #eab02f is #ff9933. Color #eab02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 00101111
Octal 352 260 57
Decimal 234 176 47
Hex EA B0 2F

RGB Percentages of Color #eab02f

%51.20
%38.51
%10.28

CMYK Percentages of Color #eab02f

%0
%25
%80
%8

Triadic Colors of #eab02f

#eab02f #2feab0 #b02fea

Analogous Colors of #eab02f

#eab02f #c7ea2f #ea532f

Monochromatic Colors of #eab02f

#eab02f

Complementary Color

#eab02f #2f69ea

#eab02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab02f Color CSS Codes

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

#eab02f Text Font Color

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

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


#eab02f Background Color

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

This div background color is #eab02f


#eab02f Border Color

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

This div border color is #eab02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab02f


Comments

No comments written yet.

Please login to write comment.