Color Hex Logo

#aacec0 Color Hex

#AACEC0
(170,206,192)
0 Favorites   0 Comments

Color spaces of #aacec0

RGB 170206192
HSL0.440.270.74
HSV157°17°81°
CMYK 0.170.000.07   0.19
XYZ48.163356.494458.2352
Yxy56.49440.29570.3468
Hunter Lab75.1628-17.15446.6768
CIE-Lab79.8944-14.71462.9903

#aacec0 color RGB value is (170,206,192).

#aacec0 hex color red value is 170, green value is 206 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #aacec0 hue: 0.44 , saturation: 0.27 and the lightness value of aacec0 is 0.74.

The process color (four color CMYK) of #aacec0 color hex is 0.17, 0.00, 0.07, 0.19. Web safe color of #aacec0 is #99cccc. Color #aacec0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11000000
Octal 252 316 300
Decimal 170 206 192
Hex AA CE C0

RGB Percentages of Color #aacec0

%29.93
%36.27
%33.80

CMYK Percentages of Color #aacec0

%17
%0
%7
%19

Triadic Colors of #aacec0

#aacec0 #c0aace #cec0aa

Analogous Colors of #aacec0

#aacec0 #aacace #aaceae

Monochromatic Colors of #aacec0

#aacec0

Complementary Color

#aacec0 #ceaab8

#aacec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacec0 Color CSS Codes

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

#aacec0 Text Font Color

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

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


#aacec0 Background Color

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

This div background color is #aacec0


#aacec0 Border Color

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

This div border color is #aacec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacec0


Comments

No comments written yet.

Please login to write comment.