Color Hex Logo

#eaaf7d Color Hex

#EAAF7D
(234,175,125)
0 Favorites   0 Comments

Color spaces of #eaaf7d

RGB 234175125
HSL0.080.720.70
HSV28°47°92°
CMYK 0.000.250.47   0.08
XYZ52.963349.633026.1907
Yxy49.63300.41120.3854
Hunter Lab70.450710.903727.2739
CIE-Lab75.843415.571633.9683

#eaaf7d color RGB value is (234,175,125).

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

The process color (four color CMYK) of #eaaf7d color hex is 0.00, 0.25, 0.47, 0.08. Web safe color of #eaaf7d is #ff9966. Color #eaaf7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 01111101
Octal 352 257 175
Decimal 234 175 125
Hex EA AF 7D

RGB Percentages of Color #eaaf7d

%43.82
%32.77
%23.41

CMYK Percentages of Color #eaaf7d

%0
%25
%47
%8

Triadic Colors of #eaaf7d

#eaaf7d #7deaaf #af7dea

Analogous Colors of #eaaf7d

#eaaf7d #eae67d #ea7d82

Monochromatic Colors of #eaaf7d

#eaaf7d

Complementary Color

#eaaf7d #7db8ea

#eaaf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaf7d Color CSS Codes

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

#eaaf7d Text Font Color

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

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


#eaaf7d Background Color

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

This div background color is #eaaf7d


#eaaf7d Border Color

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

This div border color is #eaaf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaf7d


Comments

No comments written yet.

Please login to write comment.