Color Hex Logo

#aabcf1 Color Hex

#AABCF1
(170,188,241)
0 Favorites   0 Comments

Color spaces of #aabcf1

RGB 170188241
HSL0.620.720.81
HSV225°29°95°
CMYK 0.290.220.00   0.05
XYZ50.438050.863490.3783
Yxy50.86340.26310.2654
Hunter Lab71.31861.4314-25.2121
CIE-Lab76.59625.6810-28.3111

#aabcf1 color RGB value is (170,188,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11110001
Octal 252 274 361
Decimal 170 188 241
Hex AA BC F1

RGB Percentages of Color #aabcf1

%28.38
%31.39
%40.23

CMYK Percentages of Color #aabcf1

%29
%22
%0
%5

Triadic Colors of #aabcf1

#aabcf1 #f1aabc #bcf1aa

Analogous Colors of #aabcf1

#aabcf1 #bcaaf1 #aae0f1

Monochromatic Colors of #aabcf1

#aabcf1

Complementary Color

#aabcf1 #f1dfaa

#aabcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabcf1 Color CSS Codes

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

#aabcf1 Text Font Color

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

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


#aabcf1 Background Color

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

This div background color is #aabcf1


#aabcf1 Border Color

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

This div border color is #aabcf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,188,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 #aabcf1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabcf1


Comments

No comments written yet.

Please login to write comment.