Color Hex Logo

#aabdc8 Color Hex

#AABDC8
(170,189,200)
0 Favorites   0 Comments

Color spaces of #aabdc8

RGB 170189200
HSL0.560.210.73
HSV202°15°78°
CMYK 0.150.050.00   0.22
XYZ45.200549.111461.7407
Yxy49.11140.28960.3147
Hunter Lab70.0795-7.5087-3.1794
CIE-Lab75.5206-4.2095-7.7450

#aabdc8 color RGB value is (170,189,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11001000
Octal 252 275 310
Decimal 170 189 200
Hex AA BD C8

RGB Percentages of Color #aabdc8

%30.41
%33.81
%35.78

CMYK Percentages of Color #aabdc8

%15
%5
%0
%22

Triadic Colors of #aabdc8

#aabdc8 #c8aabd #bdc8aa

Analogous Colors of #aabdc8

#aabdc8 #aaaec8 #aac8c4

Monochromatic Colors of #aabdc8

#aabdc8

Complementary Color

#aabdc8 #c8b5aa

#aabdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdc8 Color CSS Codes

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

#aabdc8 Text Font Color

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

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


#aabdc8 Background Color

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

This div background color is #aabdc8


#aabdc8 Border Color

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

This div border color is #aabdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdc8


Comments

No comments written yet.

Please login to write comment.