Color Hex Logo

#aabdc4 Color Hex

#AABDC4
(170,189,196)
0 Favorites   0 Comments

Color spaces of #aabdc4

RGB 170189196
HSL0.540.180.72
HSV196°13°77°
CMYK 0.130.040.00   0.23
XYZ44.739048.926859.3104
Yxy48.92680.29250.3198
Hunter Lab69.9477-8.2387-1.3101
CIE-Lab75.4058-5.0474-5.7417

#aabdc4 color RGB value is (170,189,196).

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

The process color (four color CMYK) of #aabdc4 color hex is 0.13, 0.04, 0.00, 0.23. Web safe color of #aabdc4 is #99cccc. Color #aabdc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11000100
Octal 252 275 304
Decimal 170 189 196
Hex AA BD C4

RGB Percentages of Color #aabdc4

%30.63
%34.05
%35.32

CMYK Percentages of Color #aabdc4

%13
%4
%0
%23

Triadic Colors of #aabdc4

#aabdc4 #c4aabd #bdc4aa

Analogous Colors of #aabdc4

#aabdc4 #aab0c4 #aac4be

Monochromatic Colors of #aabdc4

#aabdc4

Complementary Color

#aabdc4 #c4b1aa

#aabdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdc4 Color CSS Codes

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

#aabdc4 Text Font Color

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

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


#aabdc4 Background Color

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

This div background color is #aabdc4


#aabdc4 Border Color

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

This div border color is #aabdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdc4

#aabdc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.