Color Hex Logo

#aabfdb Color Hex

#AABFDB
(170,191,219)
0 Favorites   0 Comments

Color spaces of #aabfdb

RGB 170191219
HSL0.600.400.76
HSV214°22°86°
CMYK 0.220.130.00   0.14
XYZ47.994550.922174.3172
Yxy50.92210.27710.2940
Hunter Lab71.3597-4.8255-11.7954
CIE-Lab76.6318-1.1180-16.3821

#aabfdb color RGB value is (170,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11011011
Octal 252 277 333
Decimal 170 191 219
Hex AA BF DB

RGB Percentages of Color #aabfdb

%29.31
%32.93
%37.76

CMYK Percentages of Color #aabfdb

%22
%13
%0
%14

Triadic Colors of #aabfdb

#aabfdb #dbaabf #bfdbaa

Analogous Colors of #aabfdb

#aabfdb #aeaadb #aad8db

Monochromatic Colors of #aabfdb

#aabfdb

Complementary Color

#aabfdb #dbc6aa

#aabfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfdb Color CSS Codes

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

#aabfdb Text Font Color

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

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


#aabfdb Background Color

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

This div background color is #aabfdb


#aabfdb Border Color

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

This div border color is #aabfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfdb


Comments

No comments written yet.

Please login to write comment.