Color Hex Logo

#aac6cb Color Hex

#AAC6CB
(170,198,203)
0 Favorites   0 Comments

Color spaces of #aac6cb

RGB 170198203
HSL0.530.240.73
HSV189°16°80°
CMYK 0.160.020.00   0.20
XYZ47.551153.246064.2712
Yxy53.24600.28810.3226
Hunter Lab72.9699-11.3770-1.1432
CIE-Lab78.0200-8.3316-5.6670

#aac6cb color RGB value is (170,198,203).

#aac6cb hex color red value is 170, green value is 198 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aac6cb hue: 0.53 , saturation: 0.24 and the lightness value of aac6cb is 0.73.

The process color (four color CMYK) of #aac6cb color hex is 0.16, 0.02, 0.00, 0.20. Web safe color of #aac6cb is #99cccc. Color #aac6cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 11001011
Octal 252 306 313
Decimal 170 198 203
Hex AA C6 CB

RGB Percentages of Color #aac6cb

%29.77
%34.68
%35.55

CMYK Percentages of Color #aac6cb

%16
%2
%0
%20

Triadic Colors of #aac6cb

#aac6cb #cbaac6 #c6cbaa

Analogous Colors of #aac6cb

#aac6cb #aab6cb #aacbc0

Monochromatic Colors of #aac6cb

#aac6cb

Complementary Color

#aac6cb #cbafaa

#aac6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac6cb Color CSS Codes

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

#aac6cb Text Font Color

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

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


#aac6cb Background Color

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

This div background color is #aac6cb


#aac6cb Border Color

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

This div border color is #aac6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac6cb


Comments

No comments written yet.

Please login to write comment.