Color Hex Logo

#aabed7 Color Hex

#AABED7
(170,190,215)
0 Favorites   0 Comments

Color spaces of #aabed7

RGB 170190215
HSL0.590.360.75
HSV213°21°84°
CMYK 0.210.120.00   0.16
XYZ47.256850.279371.5041
Yxy50.27930.27960.2974
Hunter Lab70.9079-5.1269-10.1530
CIE-Lab76.2404-1.4813-14.8064

#aabed7 color RGB value is (170,190,215).

#aabed7 hex color red value is 170, green value is 190 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #aabed7 hue: 0.59 , saturation: 0.36 and the lightness value of aabed7 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11010111
Octal 252 276 327
Decimal 170 190 215
Hex AA BE D7

RGB Percentages of Color #aabed7

%29.57
%33.04
%37.39

CMYK Percentages of Color #aabed7

%21
%12
%0
%16

Triadic Colors of #aabed7

#aabed7 #d7aabe #bed7aa

Analogous Colors of #aabed7

#aabed7 #adaad7 #aad5d7

Monochromatic Colors of #aabed7

#aabed7

Complementary Color

#aabed7 #d7c3aa

#aabed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabed7 Color CSS Codes

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

#aabed7 Text Font Color

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

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


#aabed7 Background Color

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

This div background color is #aabed7


#aabed7 Border Color

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

This div border color is #aabed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabed7


Comments

No comments written yet.

Please login to write comment.