Color Hex Logo

#afc1bd Color Hex

#AFC1BD
(175,193,189)
0 Favorites   0 Comments

Color spaces of #afc1bd

RGB 175193189
HSL0.460.130.72
HSV167°76°
CMYK 0.090.000.02   0.24
XYZ45.934550.928055.5532
Yxy50.92800.30140.3341
Hunter Lab71.3639-9.99233.8004
CIE-Lab76.6354-6.9134-0.0972

#afc1bd color RGB value is (175,193,189).

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

The process color (four color CMYK) of #afc1bd color hex is 0.09, 0.00, 0.02, 0.24. Web safe color of #afc1bd is #99cccc. Color #afc1bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 10111101
Octal 257 301 275
Decimal 175 193 189
Hex AF C1 BD

RGB Percentages of Color #afc1bd

%31.42
%34.65
%33.93

CMYK Percentages of Color #afc1bd

%9
%0
%2
%24

Triadic Colors of #afc1bd

#afc1bd #bdafc1 #c1bdaf

Analogous Colors of #afc1bd

#afc1bd #afbcc1 #afc1b4

Monochromatic Colors of #afc1bd

#afc1bd

Complementary Color

#afc1bd #c1afb3

#afc1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc1bd Color CSS Codes

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

#afc1bd Text Font Color

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

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


#afc1bd Background Color

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

This div background color is #afc1bd


#afc1bd Border Color

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

This div border color is #afc1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc1bd


Comments

No comments written yet.

Please login to write comment.