color codes Logo

#eab42f color codes

#EAB42F
(234,180,47)
0 Favorites   0 Comments

Color spaces of #eab42f

RGB 23418047
HSL0.120.820.55
HSV43°80°92°
CMYK 0.000.230.80   0.08
XYZ50.766050.34029.7303
Yxy50.34020.45800.4542
Hunter Lab70.95083.554541.5345
CIE-Lab76.27767.929869.6826

#eab42f color RGB value is (234,180,47).

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

The process color (four color CMYK) of #eab42f color code is 0.00, 0.23, 0.80, 0.08. Web safe color of #eab42f is #ffcc33. Color #eab42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 00101111
Octal 352 264 57
Decimal 234 180 47
Hex EA B4 2F

RGB Percentages of Color #eab42f

%50.76
%39.05
%10.20

CMYK Percentages of Color #eab42f

%0
%23
%80
%8

Triadic Colors of #eab42f

#eab42f #2feab4 #b42fea

Analogous Colors of #eab42f

#eab42f #c3ea2f #ea572f

Monochromatic Colors of #eab42f

#eab42f

Complementary Color

#eab42f #2f65ea

#eab42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab42f Color CSS Codes

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

#eab42f Text Font Color

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

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


#eab42f Background Color

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

This div background color is #eab42f


#eab42f Border Color

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

This div border color is #eab42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab42f


Comments

No comments written yet.

Please login to write comment.