Color Hex Logo

#aabcfc Color Hex

#AABCFC
(170,188,252)
0 Favorites   0 Comments

Color spaces of #aabcfc

RGB 170188252
HSL0.630.930.83
HSV227°33°99°
CMYK 0.330.250.00   0.01
XYZ52.131551.540899.2962
Yxy51.54080.25680.2539
Hunter Lab71.79193.9814-31.7503
CIE-Lab77.00548.3977-33.5948

#aabcfc color RGB value is (170,188,252).

#aabcfc hex color red value is 170, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aabcfc hue: 0.63 , saturation: 0.93 and the lightness value of aabcfc is 0.83.

The process color (four color CMYK) of #aabcfc color hex is 0.33, 0.25, 0.00, 0.01. Web safe color of #aabcfc is #99ccff. Color #aabcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11111100
Octal 252 274 374
Decimal 170 188 252
Hex AA BC FC

RGB Percentages of Color #aabcfc

%27.87
%30.82
%41.31

CMYK Percentages of Color #aabcfc

%33
%25
%0
%1

Triadic Colors of #aabcfc

#aabcfc #fcaabc #bcfcaa

Analogous Colors of #aabcfc

#aabcfc #c1aafc #aae5fc

Monochromatic Colors of #aabcfc

#aabcfc

Complementary Color

#aabcfc #fceaaa

#aabcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabcfc Color CSS Codes

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

#aabcfc Text Font Color

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

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


#aabcfc Background Color

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

This div background color is #aabcfc


#aabcfc Border Color

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

This div border color is #aabcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabcfc


Comments

No comments written yet.

Please login to write comment.