Color Hex Logo

#afadcb Color Hex

#AFADCB
(175,173,203)
0 Favorites   0 Comments

Color spaces of #afadcb

RGB 175173203
HSL0.680.220.74
HSV244°15°80°
CMYK 0.140.150.00   0.20
XYZ43.402343.312962.5726
Yxy43.31290.29070.2901
Hunter Lab65.81252.5459-10.3024
CIE-Lab71.76686.7249-14.9571

#afadcb color RGB value is (175,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11001011
Octal 257 255 313
Decimal 175 173 203
Hex AF AD CB

RGB Percentages of Color #afadcb

%31.76
%31.40
%36.84

CMYK Percentages of Color #afadcb

%14
%15
%0
%20

Triadic Colors of #afadcb

#afadcb #cbafad #adcbaf

Analogous Colors of #afadcb

#afadcb #beadcb #adbacb

Monochromatic Colors of #afadcb

#afadcb

Complementary Color

#afadcb #c9cbad

#afadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadcb Color CSS Codes

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

#afadcb Text Font Color

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

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


#afadcb Background Color

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

This div background color is #afadcb


#afadcb Border Color

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

This div border color is #afadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadcb


Comments

No comments written yet.

Please login to write comment.