Color Hex Logo

#aabaf1 Color Hex

#AABAF1
(170,186,241)
0 Favorites   0 Comments

Color spaces of #aabaf1

RGB 170186241
HSL0.630.720.81
HSV226°29°95°
CMYK 0.290.230.00   0.05
XYZ50.013750.014790.2369
Yxy50.01470.26290.2629
Hunter Lab70.72112.4727-26.1466
CIE-Lab76.07836.7750-29.1059

#aabaf1 color RGB value is (170,186,241).

#aabaf1 hex color red value is 170, green value is 186 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #aabaf1 hue: 0.63 , saturation: 0.72 and the lightness value of aabaf1 is 0.81.

The process color (four color CMYK) of #aabaf1 color hex is 0.29, 0.23, 0.00, 0.05. Web safe color of #aabaf1 is #99ccff. Color #aabaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11110001
Octal 252 272 361
Decimal 170 186 241
Hex AA BA F1

RGB Percentages of Color #aabaf1

%28.48
%31.16
%40.37

CMYK Percentages of Color #aabaf1

%29
%23
%0
%5

Triadic Colors of #aabaf1

#aabaf1 #f1aaba #baf1aa

Analogous Colors of #aabaf1

#aabaf1 #beaaf1 #aadef1

Monochromatic Colors of #aabaf1

#aabaf1

Complementary Color

#aabaf1 #f1e1aa

#aabaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabaf1 Color CSS Codes

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

#aabaf1 Text Font Color

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

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


#aabaf1 Background Color

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

This div background color is #aabaf1


#aabaf1 Border Color

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

This div border color is #aabaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabaf1


Comments

No comments written yet.

Please login to write comment.