Color Hex Logo

#afaacd Color Hex

#AFAACD
(175,170,205)
0 Favorites   0 Comments

Color spaces of #afaacd

RGB 175170205
HSL0.690.260.74
HSV249°17°80°
CMYK 0.150.170.00   0.20
XYZ43.073442.271263.6466
Yxy42.27120.28910.2837
Hunter Lab65.01634.4780-12.5295
CIE-Lab71.05758.8073-17.1261

#afaacd color RGB value is (175,170,205).

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

The process color (four color CMYK) of #afaacd color hex is 0.15, 0.17, 0.00, 0.20. Web safe color of #afaacd is #9999cc. Color #afaacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11001101
Octal 257 252 315
Decimal 175 170 205
Hex AF AA CD

RGB Percentages of Color #afaacd

%31.82
%30.91
%37.27

CMYK Percentages of Color #afaacd

%15
%17
%0
%20

Triadic Colors of #afaacd

#afaacd #cdafaa #aacdaf

Analogous Colors of #afaacd

#afaacd #c1aacd #aab7cd

Monochromatic Colors of #afaacd

#afaacd

Complementary Color

#afaacd #c8cdaa

#afaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaacd Color CSS Codes

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

#afaacd Text Font Color

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

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


#afaacd Background Color

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

This div background color is #afaacd


#afaacd Border Color

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

This div border color is #afaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaacd


Comments

No comments written yet.

Please login to write comment.