Color Hex Logo

#eab47d Color Hex

#EAB47D
(234,180,125)
0 Favorites   0 Comments

Color spaces of #eab47d

RGB 234180125
HSL0.080.720.70
HSV30°47°92°
CMYK 0.000.230.47   0.08
XYZ53.954651.615626.5211
Yxy51.61560.40850.3908
Hunter Lab71.84408.325928.4040
CIE-Lab77.050412.920335.5285

#eab47d color RGB value is (234,180,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 01111101
Octal 352 264 175
Decimal 234 180 125
Hex EA B4 7D

RGB Percentages of Color #eab47d

%43.41
%33.40
%23.19

CMYK Percentages of Color #eab47d

%0
%23
%47
%8

Triadic Colors of #eab47d

#eab47d #7deab4 #b47dea

Analogous Colors of #eab47d

#eab47d #eaea7d #ea7e7d

Monochromatic Colors of #eab47d

#eab47d

Complementary Color

#eab47d #7db3ea

#eab47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab47d Color CSS Codes

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

#eab47d Text Font Color

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

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


#eab47d Background Color

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

This div background color is #eab47d


#eab47d Border Color

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

This div border color is #eab47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab47d


Comments

No comments written yet.

Please login to write comment.