Color Hex Logo

#afa6ca Color Hex

#AFA6CA
(175,166,202)
0 Favorites   0 Comments

Color spaces of #afa6ca

RGB 175166202
HSL0.710.250.72
HSV255°18°79°
CMYK 0.130.180.00   0.21
XYZ41.976140.650761.5111
Yxy40.65070.29120.2820
Hunter Lab63.75795.9422-12.5701
CIE-Lab69.930510.3757-17.1776

#afa6ca color RGB value is (175,166,202).

#afa6ca hex color red value is 175, green value is 166 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afa6ca hue: 0.71 , saturation: 0.25 and the lightness value of afa6ca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 11001010
Octal 257 246 312
Decimal 175 166 202
Hex AF A6 CA

RGB Percentages of Color #afa6ca

%32.23
%30.57
%37.20

CMYK Percentages of Color #afa6ca

%13
%18
%0
%21

Triadic Colors of #afa6ca

#afa6ca #caafa6 #a6caaf

Analogous Colors of #afa6ca

#afa6ca #c1a6ca #a6afca

Monochromatic Colors of #afa6ca

#afa6ca

Complementary Color

#afa6ca #c1caa6

#afa6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa6ca Color CSS Codes

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

#afa6ca Text Font Color

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

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


#afa6ca Background Color

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

This div background color is #afa6ca


#afa6ca Border Color

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

This div border color is #afa6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa6ca


Comments

No comments written yet.

Please login to write comment.