Color Hex Logo

#eab22b Color Hex

#EAB22B
(234,178,43)
0 Favorites   0 Comments

Color spaces of #eab22b

RGB 23417843
HSL0.120.820.54
HSV42°82°92°
CMYK 0.000.240.82   0.08
XYZ50.288149.50769.1910
Yxy49.50760.46140.4543
Hunter Lab70.36164.442741.5084
CIE-Lab75.76608.857870.4840

#eab22b color RGB value is (234,178,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00101011
Octal 352 262 53
Decimal 234 178 43
Hex EA B2 2B

RGB Percentages of Color #eab22b

%51.43
%39.12
%9.45

CMYK Percentages of Color #eab22b

%0
%24
%82
%8

Triadic Colors of #eab22b

#eab22b #2beab2 #b22bea

Analogous Colors of #eab22b

#eab22b #c3ea2b #ea532b

Monochromatic Colors of #eab22b

#eab22b

Complementary Color

#eab22b #2b63ea

#eab22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab22b Color CSS Codes

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

#eab22b Text Font Color

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

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


#eab22b Background Color

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

This div background color is #eab22b


#eab22b Border Color

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

This div border color is #eab22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab22b


Comments

No comments written yet.

Please login to write comment.