Color Hex Logo

#afc0cb Color Hex

#AFC0CB
(175,192,203)
0 Favorites   0 Comments

Color spaces of #afc0cb

RGB 175192203
HSL0.570.210.74
HSV204°14°80°
CMYK 0.140.050.00   0.20
XYZ47.308351.125063.8746
Yxy51.12500.29150.3150
Hunter Lab71.5017-7.0256-2.9143
CIE-Lab76.7547-3.5543-7.5028

#afc0cb color RGB value is (175,192,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 11001011
Octal 257 300 313
Decimal 175 192 203
Hex AF C0 CB

RGB Percentages of Color #afc0cb

%30.70
%33.68
%35.61

CMYK Percentages of Color #afc0cb

%14
%5
%0
%20

Triadic Colors of #afc0cb

#afc0cb #cbafc0 #c0cbaf

Analogous Colors of #afc0cb

#afc0cb #afb2cb #afcbc8

Monochromatic Colors of #afc0cb

#afc0cb

Complementary Color

#afc0cb #cbbaaf

#afc0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc0cb Color CSS Codes

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

#afc0cb Text Font Color

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

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


#afc0cb Background Color

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

This div background color is #afc0cb


#afc0cb Border Color

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

This div border color is #afc0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc0cb


Comments

No comments written yet.

Please login to write comment.