Color Hex Logo

#aaafd5 Color Hex

#AAAFD5
(170,175,213)
0 Favorites   0 Comments

Color spaces of #aaafd5

RGB 170175213
HSL0.650.340.75
HSV233°20°84°
CMYK 0.200.180.00   0.16
XYZ43.917844.010169.1309
Yxy44.01010.27960.2802
Hunter Lab66.34012.0736-15.3461
CIE-Lab72.23526.2242-19.7669

#aaafd5 color RGB value is (170,175,213).

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

The process color (four color CMYK) of #aaafd5 color hex is 0.20, 0.18, 0.00, 0.16. Web safe color of #aaafd5 is #9999cc. Color #aaafd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11010101
Octal 252 257 325
Decimal 170 175 213
Hex AA AF D5

RGB Percentages of Color #aaafd5

%30.47
%31.36
%38.17

CMYK Percentages of Color #aaafd5

%20
%18
%0
%16

Triadic Colors of #aaafd5

#aaafd5 #d5aaaf #afd5aa

Analogous Colors of #aaafd5

#aaafd5 #bbaad5 #aac5d5

Monochromatic Colors of #aaafd5

#aaafd5

Complementary Color

#aaafd5 #d5d0aa

#aaafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafd5 Color CSS Codes

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

#aaafd5 Text Font Color

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

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


#aaafd5 Background Color

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

This div background color is #aaafd5


#aaafd5 Border Color

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

This div border color is #aaafd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafd5


Comments

No comments written yet.

Please login to write comment.