Color Hex Logo

#afabdc Color Hex

#AFABDC
(175,171,220)
0 Favorites   0 Comments

Color spaces of #afabdc

RGB 175171220
HSL0.680.410.77
HSV245°22°86°
CMYK 0.200.220.00   0.14
XYZ45.160443.407173.7083
Yxy43.40710.27830.2675
Hunter Lab65.88417.0562-20.2123
CIE-Lab71.830411.5810-24.1781

#afabdc color RGB value is (175,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11011100
Octal 257 253 334
Decimal 175 171 220
Hex AF AB DC

RGB Percentages of Color #afabdc

%30.92
%30.21
%38.87

CMYK Percentages of Color #afabdc

%20
%22
%0
%14

Triadic Colors of #afabdc

#afabdc #dcafab #abdcaf

Analogous Colors of #afabdc

#afabdc #c8abdc #abc0dc

Monochromatic Colors of #afabdc

#afabdc

Complementary Color

#afabdc #d8dcab

#afabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabdc Color CSS Codes

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

#afabdc Text Font Color

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

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


#afabdc Background Color

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

This div background color is #afabdc


#afabdc Border Color

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

This div border color is #afabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabdc


Comments

No comments written yet.

Please login to write comment.