Color Hex Logo

#aaafda Color Hex

#AAAFDA
(170,175,218)
0 Favorites   0 Comments

Color spaces of #aaafda

RGB 170175218
HSL0.650.390.76
HSV234°22°85°
CMYK 0.220.200.00   0.15
XYZ44.562444.267972.5255
Yxy44.26790.27620.2743
Hunter Lab66.53413.1188-18.0552
CIE-Lab72.40727.3650-22.2392

#aaafda color RGB value is (170,175,218).

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

The process color (four color CMYK) of #aaafda color hex is 0.22, 0.20, 0.00, 0.15. Web safe color of #aaafda is #9999cc. Color #aaafda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11011010
Octal 252 257 332
Decimal 170 175 218
Hex AA AF DA

RGB Percentages of Color #aaafda

%30.20
%31.08
%38.72

CMYK Percentages of Color #aaafda

%22
%20
%0
%15

Triadic Colors of #aaafda

#aaafda #daaaaf #afdaaa

Analogous Colors of #aaafda

#aaafda #bdaada #aac7da

Monochromatic Colors of #aaafda

#aaafda

Complementary Color

#aaafda #dad5aa

#aaafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafda Color CSS Codes

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

#aaafda Text Font Color

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

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


#aaafda Background Color

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

This div background color is #aaafda


#aaafda Border Color

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

This div border color is #aaafda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,175,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 #aaafda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafda


Comments

No comments written yet.

Please login to write comment.