Color Hex Logo

#aabed3 Color Hex

#AABED3
(170,190,211)
0 Favorites   0 Comments

Color spaces of #aabed3

RGB 170190211
HSL0.590.320.75
HSV211°19°83°
CMYK 0.190.100.00   0.17
XYZ46.748950.076168.8297
Yxy50.07610.28220.3023
Hunter Lab70.7645-5.9159-8.1338
CIE-Lab76.1159-2.3692-12.8260

#aabed3 color RGB value is (170,190,211).

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

The process color (four color CMYK) of #aabed3 color hex is 0.19, 0.10, 0.00, 0.17. Web safe color of #aabed3 is #99cccc. Color #aabed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11010011
Octal 252 276 323
Decimal 170 190 211
Hex AA BE D3

RGB Percentages of Color #aabed3

%29.77
%33.27
%36.95

CMYK Percentages of Color #aabed3

%19
%10
%0
%17

Triadic Colors of #aabed3

#aabed3 #d3aabe #bed3aa

Analogous Colors of #aabed3

#aabed3 #abaad3 #aad3d3

Monochromatic Colors of #aabed3

#aabed3

Complementary Color

#aabed3 #d3bfaa

#aabed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabed3 Color CSS Codes

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

#aabed3 Text Font Color

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

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


#aabed3 Background Color

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

This div background color is #aabed3


#aabed3 Border Color

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

This div border color is #aabed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabed3


Comments

No comments written yet.

Please login to write comment.