Color Hex Logo

#afaaca Color Hex

#AFAACA
(175,170,202)
0 Favorites   0 Comments

Color spaces of #afaaca

RGB 175170202
HSL0.690.230.73
HSV249°16°79°
CMYK 0.130.160.00   0.21
XYZ42.714642.127761.7573
Yxy42.12770.29140.2874
Hunter Lab64.90593.8858-10.9798
CIE-Lab70.95898.1630-15.6248

#afaaca color RGB value is (175,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11001010
Octal 257 252 312
Decimal 175 170 202
Hex AF AA CA

RGB Percentages of Color #afaaca

%31.99
%31.08
%36.93

CMYK Percentages of Color #afaaca

%13
%16
%0
%21

Triadic Colors of #afaaca

#afaaca #caafaa #aacaaf

Analogous Colors of #afaaca

#afaaca #bfaaca #aab5ca

Monochromatic Colors of #afaaca

#afaaca

Complementary Color

#afaaca #c5caaa

#afaaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaaca Color CSS Codes

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

#afaaca Text Font Color

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

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


#afaaca Background Color

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

This div background color is #afaaca


#afaaca Border Color

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

This div border color is #afaaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaaca


Comments

No comments written yet.

Please login to write comment.