Color Hex Logo

#eabf2f Color Hex

#EABF2F
(234,191,47)
0 Favorites   0 Comments

Color spaces of #eabf2f

RGB 23419147
HSL0.130.820.55
HSV46°80°92°
CMYK 0.000.180.80   0.08
XYZ53.075654.959310.5001
Yxy54.95930.44780.4637
Hunter Lab74.1345-1.940843.4966
CIE-Lab79.01782.179672.1087

#eabf2f color RGB value is (234,191,47).

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

The process color (four color CMYK) of #eabf2f color hex is 0.00, 0.18, 0.80, 0.08. Web safe color of #eabf2f is #ffcc33. Color #eabf2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 00101111
Octal 352 277 57
Decimal 234 191 47
Hex EA BF 2F

RGB Percentages of Color #eabf2f

%49.58
%40.47
%9.96

CMYK Percentages of Color #eabf2f

%0
%18
%80
%8

Triadic Colors of #eabf2f

#eabf2f #2feabf #bf2fea

Analogous Colors of #eabf2f

#eabf2f #b8ea2f #ea622f

Monochromatic Colors of #eabf2f

#eabf2f

Complementary Color

#eabf2f #2f5aea

#eabf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabf2f Color CSS Codes

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

#eabf2f Text Font Color

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

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


#eabf2f Background Color

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

This div background color is #eabf2f


#eabf2f Border Color

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

This div border color is #eabf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabf2f


Comments

No comments written yet.

Please login to write comment.