Color Hex Logo

#aabdc6 Color Hex

#AABDC6
(170,189,198)
0 Favorites   0 Comments

Color spaces of #aabdc6

RGB 170189198
HSL0.550.200.72
HSV199°14°78°
CMYK 0.140.050.00   0.22
XYZ44.968249.018560.5175
Yxy49.01850.29100.3173
Hunter Lab70.0132-7.8759-2.2394
CIE-Lab75.4628-4.6303-6.7440

#aabdc6 color RGB value is (170,189,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11000110
Octal 252 275 306
Decimal 170 189 198
Hex AA BD C6

RGB Percentages of Color #aabdc6

%30.52
%33.93
%35.55

CMYK Percentages of Color #aabdc6

%14
%5
%0
%22

Triadic Colors of #aabdc6

#aabdc6 #c6aabd #bdc6aa

Analogous Colors of #aabdc6

#aabdc6 #aaafc6 #aac6c1

Monochromatic Colors of #aabdc6

#aabdc6

Complementary Color

#aabdc6 #c6b3aa

#aabdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdc6 Color CSS Codes

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

#aabdc6 Text Font Color

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

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


#aabdc6 Background Color

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

This div background color is #aabdc6


#aabdc6 Border Color

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

This div border color is #aabdc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdc6


Comments

No comments written yet.

Please login to write comment.