Color Hex Logo

#aabdfd Color Hex

#AABDFD
(170,189,253)
0 Favorites   0 Comments

Color spaces of #aabdfd

RGB 170189253
HSL0.630.950.83
HSV226°33°99°
CMYK 0.330.250.00   0.01
XYZ52.504852.0331100.2046
Yxy52.03310.25640.2541
Hunter Lab72.13403.6919-31.8687
CIE-Lab77.30068.1000-33.6755

#aabdfd color RGB value is (170,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11111101
Octal 252 275 375
Decimal 170 189 253
Hex AA BD FD

RGB Percentages of Color #aabdfd

%27.78
%30.88
%41.34

CMYK Percentages of Color #aabdfd

%33
%25
%0
%1

Triadic Colors of #aabdfd

#aabdfd #fdaabd #bdfdaa

Analogous Colors of #aabdfd

#aabdfd #c1aafd #aae7fd

Monochromatic Colors of #aabdfd

#aabdfd

Complementary Color

#aabdfd #fdeaaa

#aabdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdfd Color CSS Codes

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

#aabdfd Text Font Color

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

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


#aabdfd Background Color

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

This div background color is #aabdfd


#aabdfd Border Color

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

This div border color is #aabdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdfd


Comments

No comments written yet.

Please login to write comment.