Color Hex Logo

#aabfda Color Hex

#AABFDA
(170,191,218)
0 Favorites   0 Comments

Color spaces of #aabfda

RGB 170191218
HSL0.590.390.76
HSV214°22°85°
CMYK 0.220.120.00   0.15
XYZ47.863350.869673.6258
Yxy50.86960.27770.2951
Hunter Lab71.3229-5.0276-11.2783
CIE-Lab76.6000-1.3439-15.8892

#aabfda color RGB value is (170,191,218).

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

The process color (four color CMYK) of #aabfda color hex is 0.22, 0.12, 0.00, 0.15. Web safe color of #aabfda is #99cccc. Color #aabfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11011010
Octal 252 277 332
Decimal 170 191 218
Hex AA BF DA

RGB Percentages of Color #aabfda

%29.36
%32.99
%37.65

CMYK Percentages of Color #aabfda

%22
%12
%0
%15

Triadic Colors of #aabfda

#aabfda #daaabf #bfdaaa

Analogous Colors of #aabfda

#aabfda #adaada #aad7da

Monochromatic Colors of #aabfda

#aabfda

Complementary Color

#aabfda #dac5aa

#aabfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfda Color CSS Codes

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

#aabfda Text Font Color

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

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


#aabfda Background Color

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

This div background color is #aabfda


#aabfda Border Color

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

This div border color is #aabfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfda


Comments

No comments written yet.

Please login to write comment.