Color Hex Logo

#eab20f Color Hex

#EAB20F
(234,178,15)
0 Favorites   0 Comments

Color spaces of #eab20f

RGB 23417815
HSL0.120.880.49
HSV45°94°92°
CMYK 0.000.240.94   0.08
XYZ49.938349.36777.3488
Yxy49.36770.46820.4629
Hunter Lab70.26223.908842.9823
CIE-Lab75.67958.290976.6386

#eab20f color RGB value is (234,178,15).

#eab20f hex color red value is 234, green value is 178 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eab20f hue: 0.12 , saturation: 0.88 and the lightness value of eab20f is 0.49.

The process color (four color CMYK) of #eab20f color hex is 0.00, 0.24, 0.94, 0.08. Web safe color of #eab20f is #ff9900. Color #eab20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00001111
Octal 352 262 17
Decimal 234 178 15
Hex EA B2 F

RGB Percentages of Color #eab20f

%54.80
%41.69
%3.51

CMYK Percentages of Color #eab20f

%0
%24
%94
%8

Triadic Colors of #eab20f

#eab20f #0feab2 #b20fea

Analogous Colors of #eab20f

#eab20f #b5ea0f #ea450f

Monochromatic Colors of #eab20f

#eab20f

Complementary Color

#eab20f #0f47ea

#eab20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab20f Color CSS Codes

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

#eab20f Text Font Color

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

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


#eab20f Background Color

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

This div background color is #eab20f


#eab20f Border Color

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

This div border color is #eab20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab20f


Comments

No comments written yet.

Please login to write comment.