Color Hex Logo

#eab177 Color Hex

#EAB177
(234,177,119)
0 Favorites   0 Comments

Color spaces of #eab177

RGB 234177119
HSL0.080.730.69
HSV30°49°92°
CMYK 0.000.240.49   0.08
XYZ52.983650.268624.3630
Yxy50.26860.41520.3939
Hunter Lab70.90049.316829.2568
CIE-Lab76.233813.941537.6048

#eab177 color RGB value is (234,177,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 01110111
Octal 352 261 167
Decimal 234 177 119
Hex EA B1 77

RGB Percentages of Color #eab177

%44.15
%33.40
%22.45

CMYK Percentages of Color #eab177

%0
%24
%49
%8

Triadic Colors of #eab177

#eab177 #77eab1 #b177ea

Analogous Colors of #eab177

#eab177 #eaea77 #ea7877

Monochromatic Colors of #eab177

#eab177

Complementary Color

#eab177 #77b0ea

#eab177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab177 Color CSS Codes

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

#eab177 Text Font Color

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

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


#eab177 Background Color

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

This div background color is #eab177


#eab177 Border Color

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

This div border color is #eab177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab177


Comments

No comments written yet.

Please login to write comment.