Color Hex Logo

#eab978 Color Hex

#EAB978
(234,185,120)
0 Favorites   0 Comments

Color spaces of #eab978

RGB 234185120
HSL0.100.730.69
HSV34°49°92°
CMYK 0.000.210.49   0.08
XYZ54.670853.546425.2233
Yxy53.54640.40970.4013
Hunter Lab73.17545.303930.7857
CIE-Lab78.19659.804139.5760

#eab978 color RGB value is (234,185,120).

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

The process color (four color CMYK) of #eab978 color hex is 0.00, 0.21, 0.49, 0.08. Web safe color of #eab978 is #ffcc66. Color #eab978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 01111000
Octal 352 271 170
Decimal 234 185 120
Hex EA B9 78

RGB Percentages of Color #eab978

%43.41
%34.32
%22.26

CMYK Percentages of Color #eab978

%0
%21
%49
%8

Triadic Colors of #eab978

#eab978 #78eab9 #b978ea

Analogous Colors of #eab978

#eab978 #e2ea78 #ea8078

Monochromatic Colors of #eab978

#eab978

Complementary Color

#eab978 #78a9ea

#eab978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab978 Color CSS Codes

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

#eab978 Text Font Color

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

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


#eab978 Background Color

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

This div background color is #eab978


#eab978 Border Color

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

This div border color is #eab978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab978


Comments

No comments written yet.

Please login to write comment.