Color Hex Logo

#eab914 Color Hex

#EAB914
(234,185,20)
0 Favorites   0 Comments

Color spaces of #eab914

RGB 23418520
HSL0.130.840.50
HSV46°91°92°
CMYK 0.000.210.91   0.08
XYZ51.406952.24098.0359
Yxy52.24090.46030.4678
Hunter Lab72.27790.470044.0026
CIE-Lab77.42474.685677.1848

#eab914 color RGB value is (234,185,20).

#eab914 hex color red value is 234, green value is 185 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #eab914 hue: 0.13 , saturation: 0.84 and the lightness value of eab914 is 0.50.

The process color (four color CMYK) of #eab914 color hex is 0.00, 0.21, 0.91, 0.08. Web safe color of #eab914 is #ffcc00. Color #eab914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 00010100
Octal 352 271 24
Decimal 234 185 20
Hex EA B9 14

RGB Percentages of Color #eab914

%53.30
%42.14
%4.56

CMYK Percentages of Color #eab914

%0
%21
%91
%8

Triadic Colors of #eab914

#eab914 #14eab9 #b914ea

Analogous Colors of #eab914

#eab914 #b0ea14 #ea4e14

Monochromatic Colors of #eab914

#eab914

Complementary Color

#eab914 #1445ea

#eab914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab914 Color CSS Codes

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

#eab914 Text Font Color

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

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


#eab914 Background Color

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

This div background color is #eab914


#eab914 Border Color

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

This div border color is #eab914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab914


Comments

No comments written yet.

Please login to write comment.