Color Hex Logo

#eab06f Color Hex

#EAB06F
(234,176,111)
0 Favorites   0 Comments

Color spaces of #eab06f

RGB 234176111
HSL0.090.750.68
HSV32°53°92°
CMYK 0.000.250.53   0.08
XYZ52.326349.690821.8723
Yxy49.69080.42240.4011
Hunter Lab70.49179.140930.9476
CIE-Lab75.879113.761841.2804

#eab06f color RGB value is (234,176,111).

#eab06f hex color red value is 234, green value is 176 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eab06f hue: 0.09 , saturation: 0.75 and the lightness value of eab06f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 01101111
Octal 352 260 157
Decimal 234 176 111
Hex EA B0 6F

RGB Percentages of Color #eab06f

%44.91
%33.78
%21.31

CMYK Percentages of Color #eab06f

%0
%25
%53
%8

Triadic Colors of #eab06f

#eab06f #6feab0 #b06fea

Analogous Colors of #eab06f

#eab06f #e7ea6f #ea736f

Monochromatic Colors of #eab06f

#eab06f

Complementary Color

#eab06f #6fa9ea

#eab06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab06f Color CSS Codes

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

#eab06f Text Font Color

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

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


#eab06f Background Color

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

This div background color is #eab06f


#eab06f Border Color

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

This div border color is #eab06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab06f


Comments

No comments written yet.

Please login to write comment.