Color Hex Logo

#aabed8 Color Hex

#AABED8
(170,190,216)
0 Favorites   0 Comments

Color spaces of #aabed8

RGB 170190216
HSL0.590.370.76
HSV214°21°85°
CMYK 0.210.120.00   0.15
XYZ47.385750.330872.1831
Yxy50.33080.27890.2962
Hunter Lab70.9442-4.9270-10.6644
CIE-Lab76.2719-1.2572-15.3007

#aabed8 color RGB value is (170,190,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11011000
Octal 252 276 330
Decimal 170 190 216
Hex AA BE D8

RGB Percentages of Color #aabed8

%29.51
%32.99
%37.50

CMYK Percentages of Color #aabed8

%21
%12
%0
%15

Triadic Colors of #aabed8

#aabed8 #d8aabe #bed8aa

Analogous Colors of #aabed8

#aabed8 #adaad8 #aad5d8

Monochromatic Colors of #aabed8

#aabed8

Complementary Color

#aabed8 #d8c4aa

#aabed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabed8 Color CSS Codes

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

#aabed8 Text Font Color

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

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


#aabed8 Background Color

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

This div background color is #aabed8


#aabed8 Border Color

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

This div border color is #aabed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabed8

#aabed8 Color Palettes


Comments

No comments written yet.

Please login to write comment.