Color Hex Logo

#eab779 Color Hex

#EAB779
(234,183,121)
0 Favorites   0 Comments

Color spaces of #eab779

RGB 234183121
HSL0.090.730.70
HSV33°48°92°
CMYK 0.000.220.48   0.08
XYZ54.316452.739925.4062
Yxy52.73990.41010.3981
Hunter Lab72.62226.416730.0935
CIE-Lab77.721210.952438.4603

#eab779 color RGB value is (234,183,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 01111001
Octal 352 267 171
Decimal 234 183 121
Hex EA B7 79

RGB Percentages of Color #eab779

%43.49
%34.01
%22.49

CMYK Percentages of Color #eab779

%0
%22
%48
%8

Triadic Colors of #eab779

#eab779 #79eab7 #b779ea

Analogous Colors of #eab779

#eab779 #e5ea79 #ea7f79

Monochromatic Colors of #eab779

#eab779

Complementary Color

#eab779 #79acea

#eab779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab779 Color CSS Codes

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

#eab779 Text Font Color

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

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


#eab779 Background Color

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

This div background color is #eab779


#eab779 Border Color

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

This div border color is #eab779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab779


Comments

No comments written yet.

Please login to write comment.