Color Hex Logo

#eab176 Color Hex

#EAB176
(234,177,118)
0 Favorites   0 Comments

Color spaces of #eab176

RGB 234177118
HSL0.080.730.69
HSV31°50°92°
CMYK 0.000.240.50   0.08
XYZ52.923850.244724.0484
Yxy50.24470.41600.3950
Hunter Lab70.88359.227529.5033
CIE-Lab76.219213.849638.1045

#eab176 color RGB value is (234,177,118).

#eab176 hex color red value is 234, green value is 177 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #eab176 hue: 0.08 , saturation: 0.73 and the lightness value of eab176 is 0.69.

The process color (four color CMYK) of #eab176 color hex is 0.00, 0.24, 0.50, 0.08. Web safe color of #eab176 is #ff9966. Color #eab176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 01110110
Octal 352 261 166
Decimal 234 177 118
Hex EA B1 76

RGB Percentages of Color #eab176

%44.23
%33.46
%22.31

CMYK Percentages of Color #eab176

%0
%24
%50
%8

Triadic Colors of #eab176

#eab176 #76eab1 #b176ea

Analogous Colors of #eab176

#eab176 #e9ea76 #ea7776

Monochromatic Colors of #eab176

#eab176

Complementary Color

#eab176 #76afea

#eab176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab176 Color CSS Codes

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

#eab176 Text Font Color

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

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


#eab176 Background Color

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

This div background color is #eab176


#eab176 Border Color

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

This div border color is #eab176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab176

#eab176 Color Palettes


Comments

No comments written yet.

Please login to write comment.