Color Hex Logo

#e6aa7d Color Hex

#E6AA7D
(230,170,125)
0 Favorites   0 Comments

Color spaces of #e6aa7d

RGB 230170125
HSL0.070.680.70
HSV26°46°90°
CMYK 0.000.260.46   0.10
XYZ50.709547.053125.8115
Yxy47.05310.41040.3808
Hunter Lab68.595311.915625.7066
CIE-Lab74.223716.632131.7789

#e6aa7d color RGB value is (230,170,125).

#e6aa7d hex color red value is 230, green value is 170 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e6aa7d hue: 0.07 , saturation: 0.68 and the lightness value of e6aa7d is 0.70.

The process color (four color CMYK) of #e6aa7d color hex is 0.00, 0.26, 0.46, 0.10. Web safe color of #e6aa7d is #ff9966. Color #e6aa7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 01111101
Octal 346 252 175
Decimal 230 170 125
Hex E6 AA 7D

RGB Percentages of Color #e6aa7d

%43.81
%32.38
%23.81

CMYK Percentages of Color #e6aa7d

%0
%26
%46
%10

Triadic Colors of #e6aa7d

#e6aa7d #7de6aa #aa7de6

Analogous Colors of #e6aa7d

#e6aa7d #e6df7d #e67d85

Monochromatic Colors of #e6aa7d

#e6aa7d

Complementary Color

#e6aa7d #7db9e6

#e6aa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aa7d Color CSS Codes

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

#e6aa7d Text Font Color

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

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


#e6aa7d Background Color

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

This div background color is #e6aa7d


#e6aa7d Border Color

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

This div border color is #e6aa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aa7d


Comments

No comments written yet.

Please login to write comment.