Color Hex Logo

#aab5ca Color Hex

#AAB5CA
(170,181,202)
0 Favorites   0 Comments

Color spaces of #aab5ca

RGB 170181202
HSL0.610.230.73
HSV219°16°79°
CMYK 0.160.100.00   0.21
XYZ43.762145.858162.4221
Yxy45.85810.28780.3016
Hunter Lab67.7186-3.1547-7.2497
CIE-Lab73.45340.5164-11.9159

#aab5ca color RGB value is (170,181,202).

#aab5ca hex color red value is 170, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aab5ca hue: 0.61 , saturation: 0.23 and the lightness value of aab5ca is 0.73.

The process color (four color CMYK) of #aab5ca color hex is 0.16, 0.10, 0.00, 0.21. Web safe color of #aab5ca is #99cccc. Color #aab5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 11001010
Octal 252 265 312
Decimal 170 181 202
Hex AA B5 CA

RGB Percentages of Color #aab5ca

%30.74
%32.73
%36.53

CMYK Percentages of Color #aab5ca

%16
%10
%0
%21

Triadic Colors of #aab5ca

#aab5ca #caaab5 #b5caaa

Analogous Colors of #aab5ca

#aab5ca #afaaca #aac5ca

Monochromatic Colors of #aab5ca

#aab5ca

Complementary Color

#aab5ca #cabfaa

#aab5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab5ca Color CSS Codes

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

#aab5ca Text Font Color

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

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


#aab5ca Background Color

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

This div background color is #aab5ca


#aab5ca Border Color

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

This div border color is #aab5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab5ca


Comments

No comments written yet.

Please login to write comment.