Color Hex Logo

#eaae76 Color Hex

#EAAE76
(234,174,118)
0 Favorites   0 Comments

Color spaces of #eaae76

RGB 234174118
HSL0.080.730.69
HSV29°50°92°
CMYK 0.000.260.50   0.08
XYZ52.337849.072523.8530
Yxy49.07250.41780.3918
Hunter Lab70.051810.772228.8477
CIE-Lab75.496415.441337.1866

#eaae76 color RGB value is (234,174,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 01110110
Octal 352 256 166
Decimal 234 174 118
Hex EA AE 76

RGB Percentages of Color #eaae76

%44.49
%33.08
%22.43

CMYK Percentages of Color #eaae76

%0
%26
%50
%8

Triadic Colors of #eaae76

#eaae76 #76eaae #ae76ea

Analogous Colors of #eaae76

#eaae76 #eae876 #ea7678

Monochromatic Colors of #eaae76

#eaae76

Complementary Color

#eaae76 #76b2ea

#eaae76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaae76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaae76 Color CSS Codes

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

#eaae76 Text Font Color

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

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


#eaae76 Background Color

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

This div background color is #eaae76


#eaae76 Border Color

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

This div border color is #eaae76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaae76

#eaae76 Color Palettes


Comments

No comments written yet.

Please login to write comment.