Color Hex Logo

#afa9ca Color Hex

#AFA9CA
(175,169,202)
0 Favorites   0 Comments

Color spaces of #afa9ca

RGB 175169202
HSL0.700.240.73
HSV251°16°79°
CMYK 0.130.160.00   0.21
XYZ42.527841.754261.6950
Yxy41.75420.29130.2860
Hunter Lab64.61754.3986-11.3762
CIE-Lab70.70118.7149-16.0135

#afa9ca color RGB value is (175,169,202).

#afa9ca hex color red value is 175, green value is 169 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afa9ca hue: 0.70 , saturation: 0.24 and the lightness value of afa9ca is 0.73.

The process color (four color CMYK) of #afa9ca color hex is 0.13, 0.16, 0.00, 0.21. Web safe color of #afa9ca is #9999cc. Color #afa9ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 11001010
Octal 257 251 312
Decimal 175 169 202
Hex AF A9 CA

RGB Percentages of Color #afa9ca

%32.05
%30.95
%37.00

CMYK Percentages of Color #afa9ca

%13
%16
%0
%21

Triadic Colors of #afa9ca

#afa9ca #caafa9 #a9caaf

Analogous Colors of #afa9ca

#afa9ca #c0a9ca #a9b4ca

Monochromatic Colors of #afa9ca

#afa9ca

Complementary Color

#afa9ca #c4caa9

#afa9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa9ca Color CSS Codes

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

#afa9ca Text Font Color

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

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


#afa9ca Background Color

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

This div background color is #afa9ca


#afa9ca Border Color

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

This div border color is #afa9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa9ca


Comments

No comments written yet.

Please login to write comment.