Color Hex Logo

#eab279 Color Hex

#EAB279
(234,178,121)
0 Favorites   0 Comments

Color spaces of #eab279

RGB 234178121
HSL0.080.730.70
HSV30°48°92°
CMYK 0.000.240.48   0.08
XYZ53.303350.713725.0685
Yxy50.71370.41290.3929
Hunter Lab71.21368.983428.9783
CIE-Lab76.505313.597636.9119

#eab279 color RGB value is (234,178,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01111001
Octal 352 262 171
Decimal 234 178 121
Hex EA B2 79

RGB Percentages of Color #eab279

%43.90
%33.40
%22.70

CMYK Percentages of Color #eab279

%0
%24
%48
%8

Triadic Colors of #eab279

#eab279 #79eab2 #b279ea

Analogous Colors of #eab279

#eab279 #eaea79 #ea7a79

Monochromatic Colors of #eab279

#eab279

Complementary Color

#eab279 #79b1ea

#eab279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab279 Color CSS Codes

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

#eab279 Text Font Color

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

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


#eab279 Background Color

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

This div background color is #eab279


#eab279 Border Color

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

This div border color is #eab279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab279


Comments

No comments written yet.

Please login to write comment.