Color Hex Logo

#aabdc5 Color Hex

#AABDC5
(170,189,197)
0 Favorites   0 Comments

Color spaces of #aabdc5

RGB 170189197
HSL0.550.190.72
HSV198°14°77°
CMYK 0.140.040.00   0.23
XYZ44.853248.972559.9119
Yxy48.97250.29180.3185
Hunter Lab69.9804-8.0579-1.7734
CIE-Lab75.4342-4.8393-6.2430

#aabdc5 color RGB value is (170,189,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11000101
Octal 252 275 305
Decimal 170 189 197
Hex AA BD C5

RGB Percentages of Color #aabdc5

%30.58
%33.99
%35.43

CMYK Percentages of Color #aabdc5

%14
%4
%0
%23

Triadic Colors of #aabdc5

#aabdc5 #c5aabd #bdc5aa

Analogous Colors of #aabdc5

#aabdc5 #aab0c5 #aac5c0

Monochromatic Colors of #aabdc5

#aabdc5

Complementary Color

#aabdc5 #c5b2aa

#aabdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdc5 Color CSS Codes

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

#aabdc5 Text Font Color

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

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


#aabdc5 Background Color

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

This div background color is #aabdc5


#aabdc5 Border Color

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

This div border color is #aabdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdc5


Comments

No comments written yet.

Please login to write comment.