Color Hex Logo

#afd08f Color Hex

#AFD08F
(175,208,143)
0 Favorites   0 Comments

Color spaces of #afd08f

RGB 175208143
HSL0.250.410.69
HSV90°31°82°
CMYK 0.160.000.31   0.18
XYZ45.193056.208934.4541
Yxy56.20890.33270.4137
Hunter Lab74.9726-23.603425.2337
CIE-Lab79.7326-22.386228.7684

#afd08f color RGB value is (175,208,143).

#afd08f hex color red value is 175, green value is 208 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afd08f hue: 0.25 , saturation: 0.41 and the lightness value of afd08f is 0.69.

The process color (four color CMYK) of #afd08f color hex is 0.16, 0.00, 0.31, 0.18. Web safe color of #afd08f is #99cc99. Color #afd08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 10001111
Octal 257 320 217
Decimal 175 208 143
Hex AF D0 8F

RGB Percentages of Color #afd08f

%33.27
%39.54
%27.19

CMYK Percentages of Color #afd08f

%16
%0
%31
%18

Triadic Colors of #afd08f

#afd08f #8fafd0 #d08faf

Analogous Colors of #afd08f

#afd08f #8fd090 #d0d08f

Monochromatic Colors of #afd08f

#afd08f

Complementary Color

#afd08f #b08fd0

#afd08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd08f Color CSS Codes

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

#afd08f Text Font Color

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

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


#afd08f Background Color

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

This div background color is #afd08f


#afd08f Border Color

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

This div border color is #afd08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd08f


Comments

No comments written yet.

Please login to write comment.