Color Hex Logo

#afc24d Color Hex

#AFC24D
(175,194,77)
0 Favorites   0 Comments

Color spaces of #afc24d

RGB 17519477
HSL0.190.490.53
HSV70°60°76°
CMYK 0.100.000.60   0.24
XYZ38.310548.233414.3120
Yxy48.23340.37990.4782
Hunter Lab69.4503-23.072936.3970
CIE-Lab74.9719-22.777355.1585

#afc24d color RGB value is (175,194,77).

#afc24d hex color red value is 175, green value is 194 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #afc24d hue: 0.19 , saturation: 0.49 and the lightness value of afc24d is 0.53.

The process color (four color CMYK) of #afc24d color hex is 0.10, 0.00, 0.60, 0.24. Web safe color of #afc24d is #99cc66. Color #afc24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 01001101
Octal 257 302 115
Decimal 175 194 77
Hex AF C2 4D

RGB Percentages of Color #afc24d

%39.24
%43.50
%17.26

CMYK Percentages of Color #afc24d

%10
%0
%60
%24

Triadic Colors of #afc24d

#afc24d #4dafc2 #c24daf

Analogous Colors of #afc24d

#afc24d #75c24d #c29b4d

Monochromatic Colors of #afc24d

#afc24d

Complementary Color

#afc24d #604dc2

#afc24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc24d Color CSS Codes

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

#afc24d Text Font Color

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

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


#afc24d Background Color

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

This div background color is #afc24d


#afc24d Border Color

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

This div border color is #afc24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc24d


Comments

No comments written yet.

Please login to write comment.