Color Hex Logo

#afd06f Color Hex

#AFD06F
(175,208,111)
0 Favorites   0 Comments

Color spaces of #afd06f

RGB 175208111
HSL0.220.510.63
HSV80°47°82°
CMYK 0.160.000.47   0.18
XYZ43.104355.373423.4552
Yxy55.37340.35350.4541
Hunter Lab74.4133-26.826233.4010
CIE-Lab79.2559-26.438744.3424

#afd06f color RGB value is (175,208,111).

#afd06f hex color red value is 175, green value is 208 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afd06f hue: 0.22 , saturation: 0.51 and the lightness value of afd06f is 0.63.

The process color (four color CMYK) of #afd06f color hex is 0.16, 0.00, 0.47, 0.18. Web safe color of #afd06f is #99cc66. Color #afd06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 01101111
Octal 257 320 157
Decimal 175 208 111
Hex AF D0 6F

RGB Percentages of Color #afd06f

%35.43
%42.11
%22.47

CMYK Percentages of Color #afd06f

%16
%0
%47
%18

Triadic Colors of #afd06f

#afd06f #6fafd0 #d06faf

Analogous Colors of #afd06f

#afd06f #7fd06f #d0c16f

Monochromatic Colors of #afd06f

#afd06f

Complementary Color

#afd06f #906fd0

#afd06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd06f Color CSS Codes

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

#afd06f Text Font Color

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

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


#afd06f Background Color

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

This div background color is #afd06f


#afd06f Border Color

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

This div border color is #afd06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd06f


Comments

No comments written yet.

Please login to write comment.