Color Hex Logo

#eaa308 Color Hex

#EAA308
(234,163,8)
0 Favorites   0 Comments

Color spaces of #eaa308

RGB 2341638
HSL0.110.930.47
HSV41°97°92°
CMYK 0.000.300.97   0.08
XYZ47.072743.70436.1845
Yxy43.70430.48550.4507
Hunter Lab66.109211.408840.7299
CIE-Lab72.030416.150074.8969

#eaa308 color RGB value is (234,163,8).

#eaa308 hex color red value is 234, green value is 163 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #eaa308 hue: 0.11 , saturation: 0.93 and the lightness value of eaa308 is 0.47.

The process color (four color CMYK) of #eaa308 color hex is 0.00, 0.30, 0.97, 0.08. Web safe color of #eaa308 is #ff9900. Color #eaa308 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 00001000
Octal 352 243 10
Decimal 234 163 8
Hex EA A3 8

RGB Percentages of Color #eaa308

%57.78
%40.25
%1.98

CMYK Percentages of Color #eaa308

%0
%30
%97
%8

Triadic Colors of #eaa308

#eaa308 #08eaa3 #a308ea

Analogous Colors of #eaa308

#eaa308 #c0ea08 #ea3208

Monochromatic Colors of #eaa308

#eaa308

Complementary Color

#eaa308 #084fea

#eaa308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa308 Color CSS Codes

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

#eaa308 Text Font Color

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

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


#eaa308 Background Color

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

This div background color is #eaa308


#eaa308 Border Color

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

This div border color is #eaa308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa308


Comments

No comments written yet.

Please login to write comment.