Color Hex Logo

#aabbc6 Color Hex

#AABBC6
(170,187,198)
0 Favorites   0 Comments

Color spaces of #aabbc6

RGB 170187198
HSL0.570.200.72
HSV204°14°78°
CMYK 0.140.060.00   0.22
XYZ44.540948.163960.3751
Yxy48.16390.29100.3146
Hunter Lab69.4002-6.8895-2.9995
CIE-Lab74.9282-3.5638-7.5367

#aabbc6 color RGB value is (170,187,198).

#aabbc6 hex color red value is 170, green value is 187 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #aabbc6 hue: 0.57 , saturation: 0.20 and the lightness value of aabbc6 is 0.72.

The process color (four color CMYK) of #aabbc6 color hex is 0.14, 0.06, 0.00, 0.22. Web safe color of #aabbc6 is #99cccc. Color #aabbc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11000110
Octal 252 273 306
Decimal 170 187 198
Hex AA BB C6

RGB Percentages of Color #aabbc6

%30.63
%33.69
%35.68

CMYK Percentages of Color #aabbc6

%14
%6
%0
%22

Triadic Colors of #aabbc6

#aabbc6 #c6aabb #bbc6aa

Analogous Colors of #aabbc6

#aabbc6 #aaadc6 #aac6c3

Monochromatic Colors of #aabbc6

#aabbc6

Complementary Color

#aabbc6 #c6b5aa

#aabbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbc6 Color CSS Codes

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

#aabbc6 Text Font Color

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

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


#aabbc6 Background Color

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

This div background color is #aabbc6


#aabbc6 Border Color

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

This div border color is #aabbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbc6


Comments

No comments written yet.

Please login to write comment.