Color Hex Logo

#eaab0b Color Hex

#EAAB0B
(234,171,11)
0 Favorites   0 Comments

Color spaces of #eaab0b

RGB 23417111
HSL0.120.910.48
HSV43°95°92°
CMYK 0.000.270.95   0.08
XYZ48.555046.64246.7604
Yxy46.64240.47620.4575
Hunter Lab68.29527.389241.9377
CIE-Lab73.960411.940475.9087

#eaab0b color RGB value is (234,171,11).

#eaab0b hex color red value is 234, green value is 171 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eaab0b hue: 0.12 , saturation: 0.91 and the lightness value of eaab0b is 0.48.

The process color (four color CMYK) of #eaab0b color hex is 0.00, 0.27, 0.95, 0.08. Web safe color of #eaab0b is #ff9900. Color #eaab0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 00001011
Octal 352 253 13
Decimal 234 171 11
Hex EA AB B

RGB Percentages of Color #eaab0b

%56.25
%41.11
%2.64

CMYK Percentages of Color #eaab0b

%0
%27
%95
%8

Triadic Colors of #eaab0b

#eaab0b #0beaab #ab0bea

Analogous Colors of #eaab0b

#eaab0b #baea0b #ea3c0b

Monochromatic Colors of #eaab0b

#eaab0b

Complementary Color

#eaab0b #0b4aea

#eaab0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab0b Color CSS Codes

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

#eaab0b Text Font Color

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

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


#eaab0b Background Color

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

This div background color is #eaab0b


#eaab0b Border Color

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

This div border color is #eaab0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab0b


Comments

No comments written yet.

Please login to write comment.