Color Hex Logo

#afc772 Color Hex

#AFC772
(175,199,114)
0 Favorites   0 Comments

Color spaces of #afc772

RGB 175199114
HSL0.210.430.61
HSV77°43°78°
CMYK 0.120.000.43   0.22
XYZ41.139951.175723.6292
Yxy51.17570.35480.4414
Hunter Lab71.5372-22.537630.4922
CIE-Lab76.7853-21.716339.7871

#afc772 color RGB value is (175,199,114).

#afc772 hex color red value is 175, green value is 199 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afc772 hue: 0.21 , saturation: 0.43 and the lightness value of afc772 is 0.61.

The process color (four color CMYK) of #afc772 color hex is 0.12, 0.00, 0.43, 0.22. Web safe color of #afc772 is #99cc66. Color #afc772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 01110010
Octal 257 307 162
Decimal 175 199 114
Hex AF C7 72

RGB Percentages of Color #afc772

%35.86
%40.78
%23.36

CMYK Percentages of Color #afc772

%12
%0
%43
%22

Triadic Colors of #afc772

#afc772 #72afc7 #c772af

Analogous Colors of #afc772

#afc772 #85c772 #c7b572

Monochromatic Colors of #afc772

#afc772

Complementary Color

#afc772 #8a72c7

#afc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc772 Color CSS Codes

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

#afc772 Text Font Color

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

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


#afc772 Background Color

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

This div background color is #afc772


#afc772 Border Color

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

This div border color is #afc772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc772


Comments

No comments written yet.

Please login to write comment.