Color Hex Logo

#eab06b Color Hex

#EAB06B
(234,176,107)
0 Favorites   0 Comments

Color spaces of #eab06b

RGB 234176107
HSL0.090.750.67
HSV33°54°92°
CMYK 0.000.250.54   0.08
XYZ52.110949.604620.7380
Yxy49.60460.42560.4051
Hunter Lab70.43058.817131.8437
CIE-Lab75.825913.427943.2496

#eab06b color RGB value is (234,176,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 01101011
Octal 352 260 153
Decimal 234 176 107
Hex EA B0 6B

RGB Percentages of Color #eab06b

%45.26
%34.04
%20.70

CMYK Percentages of Color #eab06b

%0
%25
%54
%8

Triadic Colors of #eab06b

#eab06b #6beab0 #b06bea

Analogous Colors of #eab06b

#eab06b #e5ea6b #ea716b

Monochromatic Colors of #eab06b

#eab06b

Complementary Color

#eab06b #6ba5ea

#eab06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab06b Color CSS Codes

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

#eab06b Text Font Color

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

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


#eab06b Background Color

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

This div background color is #eab06b


#eab06b Border Color

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

This div border color is #eab06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab06b


Comments

No comments written yet.

Please login to write comment.