Color Hex Logo

#aabfdc Color Hex

#AABFDC
(170,191,220)
0 Favorites   0 Comments

Color spaces of #aabfdc

RGB 170191220
HSL0.600.420.76
HSV215°23°86°
CMYK 0.230.130.00   0.14
XYZ48.126650.975075.0128
Yxy50.97500.27640.2928
Hunter Lab71.3968-4.6224-12.3151
CIE-Lab76.6639-0.8912-16.8745

#aabfdc color RGB value is (170,191,220).

#aabfdc hex color red value is 170, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aabfdc hue: 0.60 , saturation: 0.42 and the lightness value of aabfdc is 0.76.

The process color (four color CMYK) of #aabfdc color hex is 0.23, 0.13, 0.00, 0.14. Web safe color of #aabfdc is #99cccc. Color #aabfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11011100
Octal 252 277 334
Decimal 170 191 220
Hex AA BF DC

RGB Percentages of Color #aabfdc

%29.26
%32.87
%37.87

CMYK Percentages of Color #aabfdc

%23
%13
%0
%14

Triadic Colors of #aabfdc

#aabfdc #dcaabf #bfdcaa

Analogous Colors of #aabfdc

#aabfdc #aeaadc #aad8dc

Monochromatic Colors of #aabfdc

#aabfdc

Complementary Color

#aabfdc #dcc7aa

#aabfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfdc Color CSS Codes

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

#aabfdc Text Font Color

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

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


#aabfdc Background Color

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

This div background color is #aabfdc


#aabfdc Border Color

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

This div border color is #aabfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfdc


Comments

No comments written yet.

Please login to write comment.