Color Hex Logo

#eab216 Color Hex

#EAB216
(234,178,22)
0 Favorites   0 Comments

Color spaces of #eab216

RGB 23417822
HSL0.120.830.50
HSV44°91°92°
CMYK 0.000.240.91   0.08
XYZ49.996949.39117.6574
Yxy49.39110.46710.4614
Hunter Lab70.27883.998442.7351
CIE-Lab75.69408.386275.5393

#eab216 color RGB value is (234,178,22).

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

The process color (four color CMYK) of #eab216 color hex is 0.00, 0.24, 0.91, 0.08. Web safe color of #eab216 is #ff9900. Color #eab216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00010110
Octal 352 262 26
Decimal 234 178 22
Hex EA B2 16

RGB Percentages of Color #eab216

%53.92
%41.01
%5.07

CMYK Percentages of Color #eab216

%0
%24
%91
%8

Triadic Colors of #eab216

#eab216 #16eab2 #b216ea

Analogous Colors of #eab216

#eab216 #b8ea16 #ea4816

Monochromatic Colors of #eab216

#eab216

Complementary Color

#eab216 #164eea

#eab216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab216 Color CSS Codes

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

#eab216 Text Font Color

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

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


#eab216 Background Color

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

This div background color is #eab216


#eab216 Border Color

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

This div border color is #eab216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab216


Comments

No comments written yet.

Please login to write comment.