Color Hex Logo

#aabedf Color Hex

#AABEDF
(170,190,223)
0 Favorites   0 Comments

Color spaces of #aabedf

RGB 170190223
HSL0.600.450.77
HSV217°24°87°
CMYK 0.240.150.00   0.13
XYZ48.310350.700777.0520
Yxy50.70070.27440.2880
Hunter Lab71.2044-3.5003-14.3160
CIE-Lab76.49740.3329-18.7479

#aabedf color RGB value is (170,190,223).

#aabedf hex color red value is 170, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aabedf hue: 0.60 , saturation: 0.45 and the lightness value of aabedf is 0.77.

The process color (four color CMYK) of #aabedf color hex is 0.24, 0.15, 0.00, 0.13. Web safe color of #aabedf is #99cccc. Color #aabedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11011111
Octal 252 276 337
Decimal 170 190 223
Hex AA BE DF

RGB Percentages of Color #aabedf

%29.16
%32.59
%38.25

CMYK Percentages of Color #aabedf

%24
%15
%0
%13

Triadic Colors of #aabedf

#aabedf #dfaabe #bedfaa

Analogous Colors of #aabedf

#aabedf #b1aadf #aad9df

Monochromatic Colors of #aabedf

#aabedf

Complementary Color

#aabedf #dfcbaa

#aabedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabedf Color CSS Codes

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

#aabedf Text Font Color

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

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


#aabedf Background Color

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

This div background color is #aabedf


#aabedf Border Color

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

This div border color is #aabedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabedf


Comments

No comments written yet.

Please login to write comment.