Color Hex Logo

#afc0c1 Color Hex

#AFC0C1
(175,192,193)
0 Favorites   0 Comments

Color spaces of #afc0c1

RGB 175192193
HSL0.510.130.72
HSV183°76°
CMYK 0.090.010.00   0.24
XYZ46.154550.663557.7985
Yxy50.66350.29850.3277
Hunter Lab71.1783-8.81641.6799
CIE-Lab76.4747-5.5955-2.4988

#afc0c1 color RGB value is (175,192,193).

#afc0c1 hex color red value is 175, green value is 192 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #afc0c1 hue: 0.51 , saturation: 0.13 and the lightness value of afc0c1 is 0.72.

The process color (four color CMYK) of #afc0c1 color hex is 0.09, 0.01, 0.00, 0.24. Web safe color of #afc0c1 is #99cccc. Color #afc0c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 11000001
Octal 257 300 301
Decimal 175 192 193
Hex AF C0 C1

RGB Percentages of Color #afc0c1

%31.25
%34.29
%34.46

CMYK Percentages of Color #afc0c1

%9
%1
%0
%24

Triadic Colors of #afc0c1

#afc0c1 #c1afc0 #c0c1af

Analogous Colors of #afc0c1

#afc0c1 #afb7c1 #afc1b9

Monochromatic Colors of #afc0c1

#afc0c1

Complementary Color

#afc0c1 #c1b0af

#afc0c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc0c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc0c1 Color CSS Codes

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

#afc0c1 Text Font Color

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

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


#afc0c1 Background Color

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

This div background color is #afc0c1


#afc0c1 Border Color

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

This div border color is #afc0c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc0c1


Comments

No comments written yet.

Please login to write comment.