Color Hex Logo

#afc06d Color Hex

#AFC06D
(175,192,109)
0 Favorites   0 Comments

Color spaces of #afc06d

RGB 175192109
HSL0.200.400.59
HSV72°43°75°
CMYK 0.090.000.43   0.25
XYZ39.289247.917421.6462
Yxy47.91740.36090.4402
Hunter Lab69.2224-19.826329.9154
CIE-Lab74.7728-18.800439.7780

#afc06d color RGB value is (175,192,109).

#afc06d hex color red value is 175, green value is 192 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #afc06d hue: 0.20 , saturation: 0.40 and the lightness value of afc06d is 0.59.

The process color (four color CMYK) of #afc06d color hex is 0.09, 0.00, 0.43, 0.25. Web safe color of #afc06d is #99cc66. Color #afc06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01101101
Octal 257 300 155
Decimal 175 192 109
Hex AF C0 6D

RGB Percentages of Color #afc06d

%36.76
%40.34
%22.90

CMYK Percentages of Color #afc06d

%9
%0
%43
%25

Triadic Colors of #afc06d

#afc06d #6dafc0 #c06daf

Analogous Colors of #afc06d

#afc06d #86c06d #c0a86d

Monochromatic Colors of #afc06d

#afc06d

Complementary Color

#afc06d #7e6dc0

#afc06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc06d Color CSS Codes

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

#afc06d Text Font Color

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

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


#afc06d Background Color

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

This div background color is #afc06d


#afc06d Border Color

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

This div border color is #afc06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc06d


Comments

No comments written yet.

Please login to write comment.