Color Hex Logo

#afaad5 Color Hex

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

Color spaces of #afaad5

RGB 175170213
HSL0.690.340.75
HSV247°20°84°
CMYK 0.180.200.00   0.16
XYZ44.064242.667568.8640
Yxy42.66750.28320.2742
Hunter Lab65.32046.1030-16.7822
CIE-Lab71.328710.5607-21.1084

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

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

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

Base Numbers

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

RGB Percentages of Color #afaad5

%31.36
%30.47
%38.17

CMYK Percentages of Color #afaad5

%18
%20
%0
%16

Triadic Colors of #afaad5

#afaad5 #d5afaa #aad5af

Analogous Colors of #afaad5

#afaad5 #c5aad5 #aabbd5

Monochromatic Colors of #afaad5

#afaad5

Complementary Color

#afaad5 #d0d5aa

#afaad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaad5 Color CSS Codes

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

#afaad5 Text Font Color

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

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


#afaad5 Background Color

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

This div background color is #afaad5


#afaad5 Border Color

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

This div border color is #afaad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaad5


Comments

No comments written yet.

Please login to write comment.