Color Hex Logo

#aabfd1 Color Hex

#AABFD1
(170,191,209)
1 Favorites   0 Comments

Color spaces of #aabfd1

RGB 170191209
HSL0.580.300.74
HSV208°19°82°
CMYK 0.190.090.00   0.18
XYZ46.717050.411167.5897
Yxy50.41110.28360.3060
Hunter Lab71.0008-6.8022-6.7410
CIE-Lab76.3209-3.3424-11.4356

#aabfd1 color RGB value is (170,191,209).

#aabfd1 hex color red value is 170, green value is 191 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #aabfd1 hue: 0.58 , saturation: 0.30 and the lightness value of aabfd1 is 0.74.

The process color (four color CMYK) of #aabfd1 color hex is 0.19, 0.09, 0.00, 0.18. Web safe color of #aabfd1 is #99cccc. Color #aabfd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11010001
Octal 252 277 321
Decimal 170 191 209
Hex AA BF D1

RGB Percentages of Color #aabfd1

%29.82
%33.51
%36.67

CMYK Percentages of Color #aabfd1

%19
%9
%0
%18

Triadic Colors of #aabfd1

#aabfd1 #d1aabf #bfd1aa

Analogous Colors of #aabfd1

#aabfd1 #aaacd1 #aad1d0

Monochromatic Colors of #aabfd1

#aabfd1

Complementary Color

#aabfd1 #d1bcaa

#aabfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfd1 Color CSS Codes

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

#aabfd1 Text Font Color

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

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


#aabfd1 Background Color

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

This div background color is #aabfd1


#aabfd1 Border Color

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

This div border color is #aabfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfd1

#aabfd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.