Color Hex Logo

#afbadc Color Hex

#AFBADC
(175,186,220)
0 Favorites   0 Comments

Color spaces of #afbadc

RGB 175186220
HSL0.630.390.77
HSV225°20°86°
CMYK 0.200.150.00   0.14
XYZ48.156449.399174.7070
Yxy49.39910.27960.2868
Hunter Lab70.2845-0.6961-13.8216
CIE-Lab75.69893.3501-18.2978

#afbadc color RGB value is (175,186,220).

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

The process color (four color CMYK) of #afbadc color hex is 0.20, 0.15, 0.00, 0.14. Web safe color of #afbadc is #99cccc. Color #afbadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11011100
Octal 257 272 334
Decimal 175 186 220
Hex AF BA DC

RGB Percentages of Color #afbadc

%30.12
%32.01
%37.87

CMYK Percentages of Color #afbadc

%20
%15
%0
%14

Triadic Colors of #afbadc

#afbadc #dcafba #badcaf

Analogous Colors of #afbadc

#afbadc #bbafdc #afd1dc

Monochromatic Colors of #afbadc

#afbadc

Complementary Color

#afbadc #dcd1af

#afbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbadc Color CSS Codes

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

#afbadc Text Font Color

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

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


#afbadc Background Color

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

This div background color is #afbadc


#afbadc Border Color

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

This div border color is #afbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbadc


Comments

No comments written yet.

Please login to write comment.