Color Hex Logo

#aabdc1 Color Hex

#AABDC1
(170,189,193)
0 Favorites   0 Comments

Color spaces of #aabdc1

RGB 170189193
HSL0.530.160.71
HSV190°12°76°
CMYK 0.120.020.00   0.24
XYZ44.400848.791557.5296
Yxy48.79150.29460.3237
Hunter Lab69.8509-8.77540.0641
CIE-Lab75.3214-5.6664-4.2358

#aabdc1 color RGB value is (170,189,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11000001
Octal 252 275 301
Decimal 170 189 193
Hex AA BD C1

RGB Percentages of Color #aabdc1

%30.80
%34.24
%34.96

CMYK Percentages of Color #aabdc1

%12
%2
%0
%24

Triadic Colors of #aabdc1

#aabdc1 #c1aabd #bdc1aa

Analogous Colors of #aabdc1

#aabdc1 #aab2c1 #aac1ba

Monochromatic Colors of #aabdc1

#aabdc1

Complementary Color

#aabdc1 #c1aeaa

#aabdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdc1 Color CSS Codes

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

#aabdc1 Text Font Color

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

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


#aabdc1 Background Color

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

This div background color is #aabdc1


#aabdc1 Border Color

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

This div border color is #aabdc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdc1


Comments

No comments written yet.

Please login to write comment.