Color Hex Logo

#eab710 Color Hex

#EAB710
(234,183,16)
0 Favorites   0 Comments

Color spaces of #eab710

RGB 23418316
HSL0.130.870.49
HSV46°93°92°
CMYK 0.000.220.93   0.08
XYZ50.958751.39687.7250
Yxy51.39680.46290.4669
Hunter Lab71.69161.418443.7954
CIE-Lab76.91875.678977.4087

#eab710 color RGB value is (234,183,16).

#eab710 hex color red value is 234, green value is 183 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #eab710 hue: 0.13 , saturation: 0.87 and the lightness value of eab710 is 0.49.

The process color (four color CMYK) of #eab710 color hex is 0.00, 0.22, 0.93, 0.08. Web safe color of #eab710 is #ffcc00. Color #eab710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 00010000
Octal 352 267 20
Decimal 234 183 16
Hex EA B7 10

RGB Percentages of Color #eab710

%54.04
%42.26
%3.70

CMYK Percentages of Color #eab710

%0
%22
%93
%8

Triadic Colors of #eab710

#eab710 #10eab7 #b710ea

Analogous Colors of #eab710

#eab710 #b0ea10 #ea4a10

Monochromatic Colors of #eab710

#eab710

Complementary Color

#eab710 #1043ea

#eab710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab710 Color CSS Codes

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

#eab710 Text Font Color

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

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


#eab710 Background Color

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

This div background color is #eab710


#eab710 Border Color

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

This div border color is #eab710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab710


Comments

No comments written yet.

Please login to write comment.