Color Hex Logo

#aabbc2 Color Hex

#AABBC2
(170,187,194)
0 Favorites   0 Comments

Color spaces of #aabbc2

RGB 170187194
HSL0.550.160.71
HSV198°12°76°
CMYK 0.120.040.00   0.24
XYZ44.085547.981757.9768
Yxy47.98170.29380.3198
Hunter Lab69.2688-7.6158-1.1365
CIE-Lab74.8134-4.3971-5.5296

#aabbc2 color RGB value is (170,187,194).

#aabbc2 hex color red value is 170, green value is 187 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #aabbc2 hue: 0.55 , saturation: 0.16 and the lightness value of aabbc2 is 0.71.

The process color (four color CMYK) of #aabbc2 color hex is 0.12, 0.04, 0.00, 0.24. Web safe color of #aabbc2 is #99cccc. Color #aabbc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11000010
Octal 252 273 302
Decimal 170 187 194
Hex AA BB C2

RGB Percentages of Color #aabbc2

%30.85
%33.94
%35.21

CMYK Percentages of Color #aabbc2

%12
%4
%0
%24

Triadic Colors of #aabbc2

#aabbc2 #c2aabb #bbc2aa

Analogous Colors of #aabbc2

#aabbc2 #aaafc2 #aac2bd

Monochromatic Colors of #aabbc2

#aabbc2

Complementary Color

#aabbc2 #c2b1aa

#aabbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbc2 Color CSS Codes

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

#aabbc2 Text Font Color

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

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


#aabbc2 Background Color

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

This div background color is #aabbc2


#aabbc2 Border Color

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

This div border color is #aabbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbc2


Comments

No comments written yet.

Please login to write comment.