Color Hex Logo

#eab475 Color Hex

#EAB475
(234,180,117)
0 Favorites   0 Comments

Color spaces of #eab475

RGB 234180117
HSL0.090.740.69
HSV32°50°92°
CMYK 0.000.230.50   0.08
XYZ53.463851.419323.9367
Yxy51.41930.41500.3992
Hunter Lab71.70737.599130.4034
CIE-Lab76.932312.170339.5214

#eab475 color RGB value is (234,180,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 01110101
Octal 352 264 165
Decimal 234 180 117
Hex EA B4 75

RGB Percentages of Color #eab475

%44.07
%33.90
%22.03

CMYK Percentages of Color #eab475

%0
%23
%50
%8

Triadic Colors of #eab475

#eab475 #75eab4 #b475ea

Analogous Colors of #eab475

#eab475 #e6ea75 #ea7a75

Monochromatic Colors of #eab475

#eab475

Complementary Color

#eab475 #75abea

#eab475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab475 Color CSS Codes

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

#eab475 Text Font Color

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

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


#eab475 Background Color

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

This div background color is #eab475


#eab475 Border Color

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

This div border color is #eab475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab475


Comments

No comments written yet.

Please login to write comment.