Color Hex Logo

#afd972 Color Hex

#AFD972
(175,217,114)
0 Favorites   0 Comments

Color spaces of #afd972

RGB 175217114
HSL0.230.580.65
HSV84°47°85°
CMYK 0.190.000.47   0.15
XYZ45.529359.954625.0923
Yxy59.95460.34870.4592
Hunter Lab77.4304-30.544534.9876
CIE-Lab81.8135-30.390146.0253

#afd972 color RGB value is (175,217,114).

#afd972 hex color red value is 175, green value is 217 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afd972 hue: 0.23 , saturation: 0.58 and the lightness value of afd972 is 0.65.

The process color (four color CMYK) of #afd972 color hex is 0.19, 0.00, 0.47, 0.15. Web safe color of #afd972 is #99cc66. Color #afd972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 01110010
Octal 257 331 162
Decimal 175 217 114
Hex AF D9 72

RGB Percentages of Color #afd972

%34.58
%42.89
%22.53

CMYK Percentages of Color #afd972

%19
%0
%47
%15

Triadic Colors of #afd972

#afd972 #72afd9 #d972af

Analogous Colors of #afd972

#afd972 #7cd972 #d9d072

Monochromatic Colors of #afd972

#afd972

Complementary Color

#afd972 #9c72d9

#afd972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd972 Color CSS Codes

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

#afd972 Text Font Color

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

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


#afd972 Background Color

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

This div background color is #afd972


#afd972 Border Color

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

This div border color is #afd972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd972


Comments

No comments written yet.

Please login to write comment.