Color Hex Logo

#e6acaa Color Hex

#E6ACAA
(230,172,170)
0 Favorites   0 Comments

Color spaces of #e6acaa

RGB 230172170
HSL0.010.550.78
HSV26°90°
CMYK 0.000.250.26   0.10
XYZ54.641349.230344.6527
Yxy49.23030.36790.3315
Hunter Lab70.164316.221511.3827
CIE-Lab75.594420.94539.3303

#e6acaa color RGB value is (230,172,170).

#e6acaa hex color red value is 230, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e6acaa hue: 0.01 , saturation: 0.55 and the lightness value of e6acaa is 0.78.

The process color (four color CMYK) of #e6acaa color hex is 0.00, 0.25, 0.26, 0.10. Web safe color of #e6acaa is #ff9999. Color #e6acaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 10101010
Octal 346 254 252
Decimal 230 172 170
Hex E6 AC AA

RGB Percentages of Color #e6acaa

%40.21
%30.07
%29.72

CMYK Percentages of Color #e6acaa

%0
%25
%26
%10

Triadic Colors of #e6acaa

#e6acaa #aae6ac #acaae6

Analogous Colors of #e6acaa

#e6acaa #e6caaa #e6aac6

Monochromatic Colors of #e6acaa

#e6acaa

Complementary Color

#e6acaa #aae4e6

#e6acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6acaa Color CSS Codes

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

#e6acaa Text Font Color

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

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


#e6acaa Background Color

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

This div background color is #e6acaa


#e6acaa Border Color

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

This div border color is #e6acaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,172,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6acaa


Comments

No comments written yet.

Please login to write comment.