Color Hex Logo

#eab476 Color Hex

#EAB476
(234,180,118)
0 Favorites   0 Comments

Color spaces of #eab476

RGB 234180118
HSL0.090.730.69
HSV32°50°92°
CMYK 0.000.230.50   0.08
XYZ53.523051.442924.2481
Yxy51.44290.41420.3981
Hunter Lab71.72377.687130.1620
CIE-Lab76.946512.261339.0247

#eab476 color RGB value is (234,180,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 01110110
Octal 352 264 166
Decimal 234 180 118
Hex EA B4 76

RGB Percentages of Color #eab476

%43.98
%33.83
%22.18

CMYK Percentages of Color #eab476

%0
%23
%50
%8

Triadic Colors of #eab476

#eab476 #76eab4 #b476ea

Analogous Colors of #eab476

#eab476 #e6ea76 #ea7a76

Monochromatic Colors of #eab476

#eab476

Complementary Color

#eab476 #76acea

#eab476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab476 Color CSS Codes

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

#eab476 Text Font Color

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

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


#eab476 Background Color

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

This div background color is #eab476


#eab476 Border Color

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

This div border color is #eab476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab476

#eab476 Color Palettes


Comments

No comments written yet.

Please login to write comment.