Color Hex Logo

#eab05f Color Hex

#EAB05F
(234,176,95)
0 Favorites   0 Comments

Color spaces of #eab05f

RGB 23417695
HSL0.100.770.65
HSV35°59°92°
CMYK 0.000.250.59   0.08
XYZ51.522649.369317.6402
Yxy49.36930.43470.4165
Hunter Lab70.26337.929634.2990
CIE-Lab75.680512.508949.0402

#eab05f color RGB value is (234,176,95).

#eab05f hex color red value is 234, green value is 176 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eab05f hue: 0.10 , saturation: 0.77 and the lightness value of eab05f is 0.65.

The process color (four color CMYK) of #eab05f color hex is 0.00, 0.25, 0.59, 0.08. Web safe color of #eab05f is #ff9966. Color #eab05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 01011111
Octal 352 260 137
Decimal 234 176 95
Hex EA B0 5F

RGB Percentages of Color #eab05f

%46.34
%34.85
%18.81

CMYK Percentages of Color #eab05f

%0
%25
%59
%8

Triadic Colors of #eab05f

#eab05f #5feab0 #b05fea

Analogous Colors of #eab05f

#eab05f #dfea5f #ea6b5f

Monochromatic Colors of #eab05f

#eab05f

Complementary Color

#eab05f #5f99ea

#eab05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab05f Color CSS Codes

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

#eab05f Text Font Color

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

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


#eab05f Background Color

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

This div background color is #eab05f


#eab05f Border Color

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

This div border color is #eab05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab05f


Comments

No comments written yet.

Please login to write comment.