color codes Logo

#aabfdd color codes

#AABFDD
(170,191,221)
0 Favorites   0 Comments

Color spaces of #aabfdd

RGB 170191221
HSL0.600.430.77
HSV215°23°87°
CMYK 0.230.140.00   0.13
XYZ48.259551.028175.7125
Yxy51.02810.27580.2916
Hunter Lab71.4340-4.4180-12.8374
CIE-Lab76.6960-0.6634-17.3665

#aabfdd color RGB value is (170,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11011101
Octal 252 277 335
Decimal 170 191 221
Hex AA BF DD

RGB Percentages of Color #aabfdd

%29.21
%32.82
%37.97

CMYK Percentages of Color #aabfdd

%23
%14
%0
%13

Triadic Colors of #aabfdd

#aabfdd #ddaabf #bfddaa

Analogous Colors of #aabfdd

#aabfdd #afaadd #aad9dd

Monochromatic Colors of #aabfdd

#aabfdd

Complementary Color

#aabfdd #ddc8aa

#aabfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfdd Color CSS Codes

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

#aabfdd Text Font Color

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

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


#aabfdd Background Color

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

This div background color is #aabfdd


#aabfdd Border Color

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

This div border color is #aabfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfdd


Comments

No comments written yet.

Please login to write comment.