Color Hex Logo

#e6aaba Color Hex

#E6AABA
(230,170,186)
0 Favorites   0 Comments

Color spaces of #e6aaba

RGB 230170186
HSL0.960.550.78
HSV344°26°90°
CMYK 0.000.260.19   0.10
XYZ55.870849.117652.9903
Yxy49.11760.35370.3109
Hunter Lab70.083919.65304.2297
CIE-Lab75.524424.34200.4838

#e6aaba color RGB value is (230,170,186).

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

The process color (four color CMYK) of #e6aaba color hex is 0.00, 0.26, 0.19, 0.10. Web safe color of #e6aaba is #ff99cc. Color #e6aaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 10111010
Octal 346 252 272
Decimal 230 170 186
Hex E6 AA BA

RGB Percentages of Color #e6aaba

%39.25
%29.01
%31.74

CMYK Percentages of Color #e6aaba

%0
%26
%19
%10

Triadic Colors of #e6aaba

#e6aaba #bae6aa #aabae6

Analogous Colors of #e6aaba

#e6aaba #e6b8aa #e6aad8

Monochromatic Colors of #e6aaba

#e6aaba

Complementary Color

#e6aaba #aae6d6

#e6aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aaba Color CSS Codes

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

#e6aaba Text Font Color

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

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


#e6aaba Background Color

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

This div background color is #e6aaba


#e6aaba Border Color

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

This div border color is #e6aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aaba


Comments

No comments written yet.

Please login to write comment.