Color Hex Logo

#afd1bd Color Hex

#AFD1BD
(175,209,189)
1 Favorites   0 Comments

Color spaces of #afd1bd

RGB 175209189
HSL0.400.270.75
HSV145°16°82°
CMYK 0.160.000.10   0.18
XYZ49.665058.389056.7967
Yxy58.38900.30130.3542
Hunter Lab76.4127-17.70489.4193
CIE-Lab80.9546-15.18386.1661

#afd1bd color RGB value is (175,209,189).

#afd1bd hex color red value is 175, green value is 209 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afd1bd hue: 0.40 , saturation: 0.27 and the lightness value of afd1bd is 0.75.

The process color (four color CMYK) of #afd1bd color hex is 0.16, 0.00, 0.10, 0.18. Web safe color of #afd1bd is #99cccc. Color #afd1bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 10111101
Octal 257 321 275
Decimal 175 209 189
Hex AF D1 BD

RGB Percentages of Color #afd1bd

%30.54
%36.47
%32.98

CMYK Percentages of Color #afd1bd

%16
%0
%10
%18

Triadic Colors of #afd1bd

#afd1bd #bdafd1 #d1bdaf

Analogous Colors of #afd1bd

#afd1bd #afd1ce #b2d1af

Monochromatic Colors of #afd1bd

#afd1bd

Complementary Color

#afd1bd #d1afc3

#afd1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd1bd Color CSS Codes

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

#afd1bd Text Font Color

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

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


#afd1bd Background Color

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

This div background color is #afd1bd


#afd1bd Border Color

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

This div border color is #afd1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd1bd


Comments

No comments written yet.

Please login to write comment.