Color Hex Logo

#aac6cf Color Hex

#AAC6CF
(170,198,207)
0 Favorites   0 Comments

Color spaces of #aac6cf

RGB 170198207
HSL0.540.280.74
HSV195°18°81°
CMYK 0.180.040.00   0.19
XYZ48.034153.439266.8146
Yxy53.43920.28540.3175
Hunter Lab73.1021-10.6395-3.0190
CIE-Lab78.1336-7.4818-7.6556

#aac6cf color RGB value is (170,198,207).

#aac6cf hex color red value is 170, green value is 198 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aac6cf hue: 0.54 , saturation: 0.28 and the lightness value of aac6cf is 0.74.

The process color (four color CMYK) of #aac6cf color hex is 0.18, 0.04, 0.00, 0.19. Web safe color of #aac6cf is #99cccc. Color #aac6cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 11001111
Octal 252 306 317
Decimal 170 198 207
Hex AA C6 CF

RGB Percentages of Color #aac6cf

%29.57
%34.43
%36.00

CMYK Percentages of Color #aac6cf

%18
%4
%0
%19

Triadic Colors of #aac6cf

#aac6cf #cfaac6 #c6cfaa

Analogous Colors of #aac6cf

#aac6cf #aab4cf #aacfc6

Monochromatic Colors of #aac6cf

#aac6cf

Complementary Color

#aac6cf #cfb3aa

#aac6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac6cf Color CSS Codes

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

#aac6cf Text Font Color

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

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


#aac6cf Background Color

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

This div background color is #aac6cf


#aac6cf Border Color

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

This div border color is #aac6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac6cf

#aac6cf Color Palettes


Comments

No comments written yet.

Please login to write comment.