Color Hex Logo

#eab277 Color Hex

#EAB277
(234,178,119)
0 Favorites   0 Comments

Color spaces of #eab277

RGB 234178119
HSL0.090.730.69
HSV31°49°92°
CMYK 0.000.240.49   0.08
XYZ53.181950.665124.4291
Yxy50.66510.41460.3950
Hunter Lab71.17948.802829.4770
CIE-Lab76.475713.411737.9121

#eab277 color RGB value is (234,178,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01110111
Octal 352 262 167
Decimal 234 178 119
Hex EA B2 77

RGB Percentages of Color #eab277

%44.07
%33.52
%22.41

CMYK Percentages of Color #eab277

%0
%24
%49
%8

Triadic Colors of #eab277

#eab277 #77eab2 #b277ea

Analogous Colors of #eab277

#eab277 #e9ea77 #ea7977

Monochromatic Colors of #eab277

#eab277

Complementary Color

#eab277 #77afea

#eab277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab277 Color CSS Codes

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

#eab277 Text Font Color

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

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


#eab277 Background Color

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

This div background color is #eab277


#eab277 Border Color

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

This div border color is #eab277


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,178,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 #eab277">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab277


Comments

No comments written yet.

Please login to write comment.