Color Hex Logo

#eab208 Color Hex

#EAB208
(234,178,8)
0 Favorites   0 Comments

Color spaces of #eab208

RGB 2341788
HSL0.130.930.47
HSV45°97°92°
CMYK 0.000.240.97   0.08
XYZ49.895949.35077.1256
Yxy49.35070.46910.4639
Hunter Lab70.25013.844143.1611
CIE-Lab75.66908.222077.4533

#eab208 color RGB value is (234,178,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00001000
Octal 352 262 10
Decimal 234 178 8
Hex EA B2 8

RGB Percentages of Color #eab208

%55.71
%42.38
%1.90

CMYK Percentages of Color #eab208

%0
%24
%97
%8

Triadic Colors of #eab208

#eab208 #08eab2 #b208ea

Analogous Colors of #eab208

#eab208 #b1ea08 #ea4108

Monochromatic Colors of #eab208

#eab208

Complementary Color

#eab208 #0840ea

#eab208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab208 Color CSS Codes

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

#eab208 Text Font Color

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

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


#eab208 Background Color

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

This div background color is #eab208


#eab208 Border Color

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

This div border color is #eab208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab208


Comments

No comments written yet.

Please login to write comment.