Color Hex Logo

#aabef8 Color Hex

#AABEF8
(170,190,248)
0 Favorites   0 Comments

Color spaces of #aabef8

RGB 170190248
HSL0.620.850.82
HSV225°31°97°
CMYK 0.310.230.00   0.03
XYZ51.934352.150396.1357
Yxy52.15030.25940.2605
Hunter Lab72.21521.9936-28.3786
CIE-Lab77.37066.3069-30.8852

#aabef8 color RGB value is (170,190,248).

#aabef8 hex color red value is 170, green value is 190 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #aabef8 hue: 0.62 , saturation: 0.85 and the lightness value of aabef8 is 0.82.

The process color (four color CMYK) of #aabef8 color hex is 0.31, 0.23, 0.00, 0.03. Web safe color of #aabef8 is #99ccff. Color #aabef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11111000
Octal 252 276 370
Decimal 170 190 248
Hex AA BE F8

RGB Percentages of Color #aabef8

%27.96
%31.25
%40.79

CMYK Percentages of Color #aabef8

%31
%23
%0
%3

Triadic Colors of #aabef8

#aabef8 #f8aabe #bef8aa

Analogous Colors of #aabef8

#aabef8 #bdaaf8 #aae5f8

Monochromatic Colors of #aabef8

#aabef8

Complementary Color

#aabef8 #f8e4aa

#aabef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabef8 Color CSS Codes

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

#aabef8 Text Font Color

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

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


#aabef8 Background Color

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

This div background color is #aabef8


#aabef8 Border Color

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

This div border color is #aabef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabef8

Related Colors


Comments

No comments written yet.

Please login to write comment.