Color Hex Logo

#afadc2 Color Hex

#AFADC2
(175,173,194)
0 Favorites   0 Comments

Color spaces of #afadc2

RGB 175173194
HSL0.680.150.72
HSV246°11°76°
CMYK 0.100.110.00   0.24
XYZ42.360442.896157.0861
Yxy42.89610.29760.3014
Hunter Lab65.49510.8323-5.8311
CIE-Lab71.48444.8363-10.4348

#afadc2 color RGB value is (175,173,194).

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

The process color (four color CMYK) of #afadc2 color hex is 0.10, 0.11, 0.00, 0.24. Web safe color of #afadc2 is #9999cc. Color #afadc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11000010
Octal 257 255 302
Decimal 175 173 194
Hex AF AD C2

RGB Percentages of Color #afadc2

%32.29
%31.92
%35.79

CMYK Percentages of Color #afadc2

%10
%11
%0
%24

Triadic Colors of #afadc2

#afadc2 #c2afad #adc2af

Analogous Colors of #afadc2

#afadc2 #baadc2 #adb6c2

Monochromatic Colors of #afadc2

#afadc2

Complementary Color

#afadc2 #c0c2ad

#afadc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadc2 Color CSS Codes

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

#afadc2 Text Font Color

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

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


#afadc2 Background Color

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

This div background color is #afadc2


#afadc2 Border Color

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

This div border color is #afadc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadc2


Comments

No comments written yet.

Please login to write comment.