Color Hex Logo

#aabed0 Color Hex

#AABED0
(170,190,208)
0 Favorites   0 Comments

Color spaces of #aabed0

RGB 170190208
HSL0.580.290.74
HSV208°18°82°
CMYK 0.180.090.00   0.18
XYZ46.376249.927066.8671
Yxy49.92700.28420.3060
Hunter Lab70.6590-6.4970-6.6469
CIE-Lab76.0244-3.0264-11.3366

#aabed0 color RGB value is (170,190,208).

#aabed0 hex color red value is 170, green value is 190 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #aabed0 hue: 0.58 , saturation: 0.29 and the lightness value of aabed0 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11010000
Octal 252 276 320
Decimal 170 190 208
Hex AA BE D0

RGB Percentages of Color #aabed0

%29.93
%33.45
%36.62

CMYK Percentages of Color #aabed0

%18
%9
%0
%18

Triadic Colors of #aabed0

#aabed0 #d0aabe #bed0aa

Analogous Colors of #aabed0

#aabed0 #aaabd0 #aad0cf

Monochromatic Colors of #aabed0

#aabed0

Complementary Color

#aabed0 #d0bcaa

#aabed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabed0 Color CSS Codes

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

#aabed0 Text Font Color

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

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


#aabed0 Background Color

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

This div background color is #aabed0


#aabed0 Border Color

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

This div border color is #aabed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabed0


Comments

No comments written yet.

Please login to write comment.