Color Hex Logo

#eaaa2b Color Hex

#EAAA2B
(234,170,43)
0 Favorites   0 Comments

Color spaces of #eaaa2b

RGB 23417043
HSL0.110.820.54
HSV40°82°92°
CMYK 0.000.270.82   0.08
XYZ48.742546.41638.6757
Yxy46.41630.46940.4470
Hunter Lab68.12958.479240.1406
CIE-Lab73.814913.081868.7912

#eaaa2b color RGB value is (234,170,43).

#eaaa2b hex color red value is 234, green value is 170 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eaaa2b hue: 0.11 , saturation: 0.82 and the lightness value of eaaa2b is 0.54.

The process color (four color CMYK) of #eaaa2b color hex is 0.00, 0.27, 0.82, 0.08. Web safe color of #eaaa2b is #ff9933. Color #eaaa2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 00101011
Octal 352 252 53
Decimal 234 170 43
Hex EA AA 2B

RGB Percentages of Color #eaaa2b

%52.35
%38.03
%9.62

CMYK Percentages of Color #eaaa2b

%0
%27
%82
%8

Triadic Colors of #eaaa2b

#eaaa2b #2beaaa #aa2bea

Analogous Colors of #eaaa2b

#eaaa2b #cbea2b #ea4a2b

Monochromatic Colors of #eaaa2b

#eaaa2b

Complementary Color

#eaaa2b #2b6bea

#eaaa2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa2b Color CSS Codes

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

#eaaa2b Text Font Color

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

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


#eaaa2b Background Color

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

This div background color is #eaaa2b


#eaaa2b Border Color

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

This div border color is #eaaa2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa2b


Comments

No comments written yet.

Please login to write comment.