Color Hex Logo

#aabdc2 Color Hex

#AABDC2
(170,189,194)
0 Favorites   0 Comments

Color spaces of #aabdc2

RGB 170189194
HSL0.530.160.71
HSV193°12°76°
CMYK 0.120.030.00   0.24
XYZ44.512848.836358.1192
Yxy48.83630.29390.3224
Hunter Lab69.8830-8.5975-0.3913
CIE-Lab75.3494-5.4609-4.7381

#aabdc2 color RGB value is (170,189,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11000010
Octal 252 275 302
Decimal 170 189 194
Hex AA BD C2

RGB Percentages of Color #aabdc2

%30.74
%34.18
%35.08

CMYK Percentages of Color #aabdc2

%12
%3
%0
%24

Triadic Colors of #aabdc2

#aabdc2 #c2aabd #bdc2aa

Analogous Colors of #aabdc2

#aabdc2 #aab1c2 #aac2bb

Monochromatic Colors of #aabdc2

#aabdc2

Complementary Color

#aabdc2 #c2afaa

#aabdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdc2 Color CSS Codes

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

#aabdc2 Text Font Color

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

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


#aabdc2 Background Color

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

This div background color is #aabdc2


#aabdc2 Border Color

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

This div border color is #aabdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdc2


Comments

No comments written yet.

Please login to write comment.