Color Hex Logo

#aab7de Color Hex

#AAB7DE
(170,183,222)
0 Favorites   0 Comments

Color spaces of #aab7de

RGB 170183222
HSL0.630.440.77
HSV225°23°87°
CMYK 0.230.180.00   0.13
XYZ46.695947.686975.8506
Yxy47.68690.27430.2801
Hunter Lab69.0557-0.1447-16.7850
CIE-Lab74.62703.8994-21.0414

#aab7de color RGB value is (170,183,222).

#aab7de hex color red value is 170, green value is 183 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aab7de hue: 0.63 , saturation: 0.44 and the lightness value of aab7de is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 11011110
Octal 252 267 336
Decimal 170 183 222
Hex AA B7 DE

RGB Percentages of Color #aab7de

%29.57
%31.83
%38.61

CMYK Percentages of Color #aab7de

%23
%18
%0
%13

Triadic Colors of #aab7de

#aab7de #deaab7 #b7deaa

Analogous Colors of #aab7de

#aab7de #b7aade #aad1de

Monochromatic Colors of #aab7de

#aab7de

Complementary Color

#aab7de #ded1aa

#aab7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab7de Color CSS Codes

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

#aab7de Text Font Color

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

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


#aab7de Background Color

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

This div background color is #aab7de


#aab7de Border Color

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

This div border color is #aab7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab7de


Comments

No comments written yet.

Please login to write comment.