Color Hex Logo

#aac7cb Color Hex

#AAC7CB
(170,199,203)
0 Favorites   0 Comments

Color spaces of #aac7cb

RGB 170199203
HSL0.520.240.73
HSV187°16°80°
CMYK 0.160.020.00   0.20
XYZ47.780553.704764.3477
Yxy53.70470.28810.3238
Hunter Lab73.2835-11.8649-0.7621
CIE-Lab78.2892-8.8547-5.2693

#aac7cb color RGB value is (170,199,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 11001011
Octal 252 307 313
Decimal 170 199 203
Hex AA C7 CB

RGB Percentages of Color #aac7cb

%29.72
%34.79
%35.49

CMYK Percentages of Color #aac7cb

%16
%2
%0
%20

Triadic Colors of #aac7cb

#aac7cb #cbaac7 #c7cbaa

Analogous Colors of #aac7cb

#aac7cb #aab7cb #aacbbf

Monochromatic Colors of #aac7cb

#aac7cb

Complementary Color

#aac7cb #cbaeaa

#aac7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7cb Color CSS Codes

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

#aac7cb Text Font Color

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

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


#aac7cb Background Color

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

This div background color is #aac7cb


#aac7cb Border Color

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

This div border color is #aac7cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,199,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 #aac7cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7cb


Comments

No comments written yet.

Please login to write comment.