Color Hex Logo

#aabfde Color Hex

#AABFDE
(170,191,222)
0 Favorites   0 Comments

Color spaces of #aabfde

RGB 170191222
HSL0.600.440.77
HSV216°23°87°
CMYK 0.230.140.00   0.13
XYZ48.393251.081676.4164
Yxy51.08160.27510.2904
Hunter Lab71.4714-4.2128-13.3622
CIE-Lab76.7284-0.4349-17.8581

#aabfde color RGB value is (170,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11011110
Octal 252 277 336
Decimal 170 191 222
Hex AA BF DE

RGB Percentages of Color #aabfde

%29.16
%32.76
%38.08

CMYK Percentages of Color #aabfde

%23
%14
%0
%13

Triadic Colors of #aabfde

#aabfde #deaabf #bfdeaa

Analogous Colors of #aabfde

#aabfde #afaade #aad9de

Monochromatic Colors of #aabfde

#aabfde

Complementary Color

#aabfde #dec9aa

#aabfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfde Color CSS Codes

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

#aabfde Text Font Color

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

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


#aabfde Background Color

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

This div background color is #aabfde


#aabfde Border Color

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

This div border color is #aabfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfde


Comments

No comments written yet.

Please login to write comment.