Color Hex Logo

#afc52e Color Hex

#AFC52E
(175,197,46)
0 Favorites   0 Comments

Color spaces of #afc52e

RGB 17519746
HSL0.190.620.48
HSV69°77°77°
CMYK 0.110.000.77   0.23
XYZ38.138649.243710.0796
Yxy49.24370.39130.5053
Hunter Lab70.1739-25.791840.6054
CIE-Lab75.6027-26.049567.4615

#afc52e color RGB value is (175,197,46).

#afc52e hex color red value is 175, green value is 197 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #afc52e hue: 0.19 , saturation: 0.62 and the lightness value of afc52e is 0.48.

The process color (four color CMYK) of #afc52e color hex is 0.11, 0.00, 0.77, 0.23. Web safe color of #afc52e is #99cc33. Color #afc52e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00101110
Octal 257 305 56
Decimal 175 197 46
Hex AF C5 2E

RGB Percentages of Color #afc52e

%41.87
%47.13
%11.00

CMYK Percentages of Color #afc52e

%11
%0
%77
%23

Triadic Colors of #afc52e

#afc52e #2eafc5 #c52eaf

Analogous Colors of #afc52e

#afc52e #63c52e #c5902e

Monochromatic Colors of #afc52e

#afc52e

Complementary Color

#afc52e #442ec5

#afc52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc52e Color CSS Codes

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

#afc52e Text Font Color

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

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


#afc52e Background Color

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

This div background color is #afc52e


#afc52e Border Color

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

This div border color is #afc52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc52e


Comments

No comments written yet.

Please login to write comment.