Color Hex Logo

#afe0bd Color Hex

#AFE0BD
(175,224,189)
0 Favorites   0 Comments

Color spaces of #afe0bd

RGB 175224189
HSL0.380.440.78
HSV137°22°88°
CMYK 0.220.000.16   0.12
XYZ53.520266.099458.0818
Yxy66.09940.30120.3720
Hunter Lab81.3015-24.772514.5543
CIE-Lab85.0471-22.662212.0170

#afe0bd color RGB value is (175,224,189).

#afe0bd hex color red value is 175, green value is 224 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afe0bd hue: 0.38 , saturation: 0.44 and the lightness value of afe0bd is 0.78.

The process color (four color CMYK) of #afe0bd color hex is 0.22, 0.00, 0.16, 0.12. Web safe color of #afe0bd is #99cccc. Color #afe0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 10111101
Octal 257 340 275
Decimal 175 224 189
Hex AF E0 BD

RGB Percentages of Color #afe0bd

%29.76
%38.10
%32.14

CMYK Percentages of Color #afe0bd

%22
%0
%16
%12

Triadic Colors of #afe0bd

#afe0bd #bdafe0 #e0bdaf

Analogous Colors of #afe0bd

#afe0bd #afe0d6 #bae0af

Monochromatic Colors of #afe0bd

#afe0bd

Complementary Color

#afe0bd #e0afd2

#afe0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe0bd Color CSS Codes

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

#afe0bd Text Font Color

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

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


#afe0bd Background Color

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

This div background color is #afe0bd


#afe0bd Border Color

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

This div border color is #afe0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe0bd


Comments

No comments written yet.

Please login to write comment.