Color Hex Logo

#eabf0f Color Hex

#EABF0F
(234,191,15)
0 Favorites   0 Comments

Color spaces of #eabf0f

RGB 23419115
HSL0.130.880.49
HSV48°94°92°
CMYK 0.000.180.94   0.08
XYZ52.648754.78858.2523
Yxy54.78850.45510.4736
Hunter Lab74.0193-2.569545.2033
CIE-Lab78.91931.497479.0154

#eabf0f color RGB value is (234,191,15).

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

The process color (four color CMYK) of #eabf0f color hex is 0.00, 0.18, 0.94, 0.08. Web safe color of #eabf0f is #ffcc00. Color #eabf0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 00001111
Octal 352 277 17
Decimal 234 191 15
Hex EA BF F

RGB Percentages of Color #eabf0f

%53.18
%43.41
%3.41

CMYK Percentages of Color #eabf0f

%0
%18
%94
%8

Triadic Colors of #eabf0f

#eabf0f #0feabf #bf0fea

Analogous Colors of #eabf0f

#eabf0f #a8ea0f #ea520f

Monochromatic Colors of #eabf0f

#eabf0f

Complementary Color

#eabf0f #0f3aea

#eabf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabf0f Color CSS Codes

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

#eabf0f Text Font Color

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

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


#eabf0f Background Color

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

This div background color is #eabf0f


#eabf0f Border Color

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

This div border color is #eabf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabf0f


Comments

No comments written yet.

Please login to write comment.