Color Hex Logo

#afd8bd Color Hex

#AFD8BD
(175,216,189)
0 Favorites   0 Comments

Color spaces of #afd8bd

RGB 175216189
HSL0.390.340.77
HSV140°19°85°
CMYK 0.190.000.13   0.15
XYZ51.420461.899857.3818
Yxy61.89980.30120.3626
Hunter Lab78.6764-21.021811.8310
CIE-Lab82.8601-18.70748.9005

#afd8bd color RGB value is (175,216,189).

#afd8bd hex color red value is 175, green value is 216 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afd8bd hue: 0.39 , saturation: 0.34 and the lightness value of afd8bd is 0.77.

The process color (four color CMYK) of #afd8bd color hex is 0.19, 0.00, 0.13, 0.15. Web safe color of #afd8bd is #99cccc. Color #afd8bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10111101
Octal 257 330 275
Decimal 175 216 189
Hex AF D8 BD

RGB Percentages of Color #afd8bd

%30.17
%37.24
%32.59

CMYK Percentages of Color #afd8bd

%19
%0
%13
%15

Triadic Colors of #afd8bd

#afd8bd #bdafd8 #d8bdaf

Analogous Colors of #afd8bd

#afd8bd #afd8d2 #b6d8af

Monochromatic Colors of #afd8bd

#afd8bd

Complementary Color

#afd8bd #d8afca

#afd8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd8bd Color CSS Codes

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

#afd8bd Text Font Color

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

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


#afd8bd Background Color

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

This div background color is #afd8bd


#afd8bd Border Color

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

This div border color is #afd8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd8bd


Comments

No comments written yet.

Please login to write comment.