Color Hex Logo

#afc83e Color Hex

#AFC83E
(175,200,62)
0 Favorites   0 Comments

Color spaces of #afc83e

RGB 17520062
HSL0.200.560.51
HSV71°69°78°
CMYK 0.130.000.69   0.22
XYZ39.203050.770312.2909
Yxy50.77030.38340.4965
Hunter Lab71.2533-26.483939.6500
CIE-Lab76.5397-26.688862.8931

#afc83e color RGB value is (175,200,62).

#afc83e hex color red value is 175, green value is 200 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #afc83e hue: 0.20 , saturation: 0.56 and the lightness value of afc83e is 0.51.

The process color (four color CMYK) of #afc83e color hex is 0.13, 0.00, 0.69, 0.22. Web safe color of #afc83e is #99cc33. Color #afc83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 00111110
Octal 257 310 76
Decimal 175 200 62
Hex AF C8 3E

RGB Percentages of Color #afc83e

%40.05
%45.77
%14.19

CMYK Percentages of Color #afc83e

%13
%0
%69
%22

Triadic Colors of #afc83e

#afc83e #3eafc8 #c83eaf

Analogous Colors of #afc83e

#afc83e #6ac83e #c89c3e

Monochromatic Colors of #afc83e

#afc83e

Complementary Color

#afc83e #573ec8

#afc83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc83e Color CSS Codes

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

#afc83e Text Font Color

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

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


#afc83e Background Color

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

This div background color is #afc83e


#afc83e Border Color

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

This div border color is #afc83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc83e


Comments

No comments written yet.

Please login to write comment.