Color Hex Logo

#aabdc7 Color Hex

#AABDC7
(170,189,199)
0 Favorites   0 Comments

Color spaces of #aabdc7

RGB 170189199
HSL0.560.210.72
HSV201°15°78°
CMYK 0.150.050.00   0.22
XYZ45.084049.064861.1271
Yxy49.06480.29030.3160
Hunter Lab70.0463-7.6927-2.7081
CIE-Lab75.4916-4.4202-7.2447

#aabdc7 color RGB value is (170,189,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11000111
Octal 252 275 307
Decimal 170 189 199
Hex AA BD C7

RGB Percentages of Color #aabdc7

%30.47
%33.87
%35.66

CMYK Percentages of Color #aabdc7

%15
%5
%0
%22

Triadic Colors of #aabdc7

#aabdc7 #c7aabd #bdc7aa

Analogous Colors of #aabdc7

#aabdc7 #aaafc7 #aac7c3

Monochromatic Colors of #aabdc7

#aabdc7

Complementary Color

#aabdc7 #c7b4aa

#aabdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdc7 Color CSS Codes

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

#aabdc7 Text Font Color

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

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


#aabdc7 Background Color

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

This div background color is #aabdc7


#aabdc7 Border Color

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

This div border color is #aabdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdc7


Comments

No comments written yet.

Please login to write comment.