Color Hex Logo

#eab207 Color Hex

#EAB207
(234,178,7)
0 Favorites   0 Comments

Color spaces of #eab207

RGB 2341787
HSL0.130.940.47
HSV45°97°92°
CMYK 0.000.240.97   0.08
XYZ49.890449.34867.0967
Yxy49.34860.46920.4641
Hunter Lab70.24863.835443.1844
CIE-Lab75.66778.212877.5602

#eab207 color RGB value is (234,178,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00000111
Octal 352 262 7
Decimal 234 178 7
Hex EA B2 7

RGB Percentages of Color #eab207

%55.85
%42.48
%1.67

CMYK Percentages of Color #eab207

%0
%24
%97
%8

Triadic Colors of #eab207

#eab207 #07eab2 #b207ea

Analogous Colors of #eab207

#eab207 #b1ea07 #ea4107

Monochromatic Colors of #eab207

#eab207

Complementary Color

#eab207 #073fea

#eab207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab207 Color CSS Codes

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

#eab207 Text Font Color

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

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


#eab207 Background Color

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

This div background color is #eab207


#eab207 Border Color

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

This div border color is #eab207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab207


Comments

No comments written yet.

Please login to write comment.