Color Hex Logo

#afadc0 Color Hex

#AFADC0
(175,173,192)
0 Favorites   0 Comments

Color spaces of #afadc0

RGB 175173192
HSL0.680.130.72
HSV246°10°75°
CMYK 0.090.100.00   0.25
XYZ42.137242.806955.9109
Yxy42.80690.29920.3039
Hunter Lab65.42700.4628-4.8676
CIE-Lab71.42374.4259-9.4251

#afadc0 color RGB value is (175,173,192).

#afadc0 hex color red value is 175, green value is 173 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #afadc0 hue: 0.68 , saturation: 0.13 and the lightness value of afadc0 is 0.72.

The process color (four color CMYK) of #afadc0 color hex is 0.09, 0.10, 0.00, 0.25. Web safe color of #afadc0 is #9999cc. Color #afadc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11000000
Octal 257 255 300
Decimal 175 173 192
Hex AF AD C0

RGB Percentages of Color #afadc0

%32.41
%32.04
%35.56

CMYK Percentages of Color #afadc0

%9
%10
%0
%25

Triadic Colors of #afadc0

#afadc0 #c0afad #adc0af

Analogous Colors of #afadc0

#afadc0 #b9adc0 #adb5c0

Monochromatic Colors of #afadc0

#afadc0

Complementary Color

#afadc0 #bec0ad

#afadc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadc0 Color CSS Codes

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

#afadc0 Text Font Color

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

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


#afadc0 Background Color

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

This div background color is #afadc0


#afadc0 Border Color

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

This div border color is #afadc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadc0


Comments

No comments written yet.

Please login to write comment.