Color Hex Logo

#eab774 Color Hex

#EAB774
(234,183,116)
0 Favorites   0 Comments

Color spaces of #eab774

RGB 234183116
HSL0.090.740.69
HSV34°50°92°
CMYK 0.000.220.50   0.08
XYZ54.017652.620423.8327
Yxy52.62040.41400.4033
Hunter Lab72.53995.977031.2985
CIE-Lab77.650310.495540.9345

#eab774 color RGB value is (234,183,116).

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

The process color (four color CMYK) of #eab774 color hex is 0.00, 0.22, 0.50, 0.08. Web safe color of #eab774 is #ffcc66. Color #eab774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 01110100
Octal 352 267 164
Decimal 234 183 116
Hex EA B7 74

RGB Percentages of Color #eab774

%43.90
%34.33
%21.76

CMYK Percentages of Color #eab774

%0
%22
%50
%8

Triadic Colors of #eab774

#eab774 #74eab7 #b774ea

Analogous Colors of #eab774

#eab774 #e2ea74 #ea7c74

Monochromatic Colors of #eab774

#eab774

Complementary Color

#eab774 #74a7ea

#eab774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab774 Color CSS Codes

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

#eab774 Text Font Color

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

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


#eab774 Background Color

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

This div background color is #eab774


#eab774 Border Color

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

This div border color is #eab774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab774


Comments

No comments written yet.

Please login to write comment.