Color Hex Logo

#eaaa71 Color Hex

#EAAA71
(234,170,113)
0 Favorites   0 Comments

Color spaces of #eaaa71

RGB 234170113
HSL0.080.740.68
HSV28°52°92°
CMYK 0.000.270.52   0.08
XYZ51.287047.434122.0754
Yxy47.43410.42460.3927
Hunter Lab68.872412.396329.2067
CIE-Lab74.466617.118938.4836

#eaaa71 color RGB value is (234,170,113).

#eaaa71 hex color red value is 234, green value is 170 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #eaaa71 hue: 0.08 , saturation: 0.74 and the lightness value of eaaa71 is 0.68.

The process color (four color CMYK) of #eaaa71 color hex is 0.00, 0.27, 0.52, 0.08. Web safe color of #eaaa71 is #ff9966. Color #eaaa71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 01110001
Octal 352 252 161
Decimal 234 170 113
Hex EA AA 71

RGB Percentages of Color #eaaa71

%45.26
%32.88
%21.86

CMYK Percentages of Color #eaaa71

%0
%27
%52
%8

Triadic Colors of #eaaa71

#eaaa71 #71eaaa #aa71ea

Analogous Colors of #eaaa71

#eaaa71 #eae771 #ea7175

Monochromatic Colors of #eaaa71

#eaaa71

Complementary Color

#eaaa71 #71b1ea

#eaaa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa71 Color CSS Codes

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

#eaaa71 Text Font Color

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

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


#eaaa71 Background Color

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

This div background color is #eaaa71


#eaaa71 Border Color

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

This div border color is #eaaa71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa71


Comments

No comments written yet.

Please login to write comment.