Color Hex Logo

#afaadc Color Hex

#AFAADC
(175,170,220)
0 Favorites   0 Comments

Color spaces of #afaadc

RGB 175170220
HSL0.680.420.76
HSV246°23°86°
CMYK 0.200.230.00   0.14
XYZ44.972243.030773.6456
Yxy43.03070.27820.2662
Hunter Lab65.59787.5790-20.6455
CIE-Lab71.575812.1357-24.5672

#afaadc color RGB value is (175,170,220).

#afaadc hex color red value is 175, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afaadc hue: 0.68 , saturation: 0.42 and the lightness value of afaadc is 0.76.

The process color (four color CMYK) of #afaadc color hex is 0.20, 0.23, 0.00, 0.14. Web safe color of #afaadc is #9999cc. Color #afaadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11011100
Octal 257 252 334
Decimal 175 170 220
Hex AF AA DC

RGB Percentages of Color #afaadc

%30.97
%30.09
%38.94

CMYK Percentages of Color #afaadc

%20
%23
%0
%14

Triadic Colors of #afaadc

#afaadc #dcafaa #aadcaf

Analogous Colors of #afaadc

#afaadc #c8aadc #aabedc

Monochromatic Colors of #afaadc

#afaadc

Complementary Color

#afaadc #d7dcaa

#afaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaadc Color CSS Codes

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

#afaadc Text Font Color

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

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


#afaadc Background Color

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

This div background color is #afaadc


#afaadc Border Color

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

This div border color is #afaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaadc


Comments

No comments written yet.

Please login to write comment.