Color Hex Logo

#aabcc0 Color Hex

#AABCC0
(170,188,192)
1 Favorites   0 Comments

Color spaces of #aabcc0

RGB 170188192
HSL0.530.150.71
HSV191°11°75°
CMYK 0.110.020.00   0.25
XYZ44.075248.318356.8725
Yxy48.31830.29530.3237
Hunter Lab69.5114-8.46310.1483
CIE-Lab75.0252-5.3404-4.1285

#aabcc0 color RGB value is (170,188,192).

#aabcc0 hex color red value is 170, green value is 188 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #aabcc0 hue: 0.53 , saturation: 0.15 and the lightness value of aabcc0 is 0.71.

The process color (four color CMYK) of #aabcc0 color hex is 0.11, 0.02, 0.00, 0.25. Web safe color of #aabcc0 is #99cccc. Color #aabcc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11000000
Octal 252 274 300
Decimal 170 188 192
Hex AA BC C0

RGB Percentages of Color #aabcc0

%30.91
%34.18
%34.91

CMYK Percentages of Color #aabcc0

%11
%2
%0
%25

Triadic Colors of #aabcc0

#aabcc0 #c0aabc #bcc0aa

Analogous Colors of #aabcc0

#aabcc0 #aab1c0 #aac0b9

Monochromatic Colors of #aabcc0

#aabcc0

Complementary Color

#aabcc0 #c0aeaa

#aabcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabcc0 Color CSS Codes

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

#aabcc0 Text Font Color

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

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


#aabcc0 Background Color

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

This div background color is #aabcc0


#aabcc0 Border Color

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

This div border color is #aabcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabcc0


Comments

No comments written yet.

Please login to write comment.