Color Hex Logo

#aabdfc Color Hex

#AABDFC
(170,189,252)
0 Favorites   0 Comments

Color spaces of #aabdfc

RGB 170189252
HSL0.630.930.83
HSV226°33°99°
CMYK 0.330.250.00   0.01
XYZ52.345851.969599.3677
Yxy51.96950.25700.2551
Hunter Lab72.08993.4549-31.2616
CIE-Lab77.26267.8493-33.1979

#aabdfc color RGB value is (170,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11111100
Octal 252 275 374
Decimal 170 189 252
Hex AA BD FC

RGB Percentages of Color #aabdfc

%27.82
%30.93
%41.24

CMYK Percentages of Color #aabdfc

%33
%25
%0
%1

Triadic Colors of #aabdfc

#aabdfc #fcaabd #bdfcaa

Analogous Colors of #aabdfc

#aabdfc #c0aafc #aae6fc

Monochromatic Colors of #aabdfc

#aabdfc

Complementary Color

#aabdfc #fce9aa

#aabdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdfc Color CSS Codes

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

#aabdfc Text Font Color

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

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


#aabdfc Background Color

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

This div background color is #aabdfc


#aabdfc Border Color

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

This div border color is #aabdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdfc


Comments

No comments written yet.

Please login to write comment.