Color Hex Logo

#afc83f Color Hex

#AFC83F
(175,200,63)
0 Favorites   0 Comments

Color spaces of #afc83f

RGB 17520063
HSL0.200.550.52
HSV71°69°78°
CMYK 0.130.000.69   0.22
XYZ39.230750.781412.4367
Yxy50.78140.38290.4957
Hunter Lab71.2611-26.438939.5353
CIE-Lab76.5464-26.630262.5241

#afc83f color RGB value is (175,200,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 00111111
Octal 257 310 77
Decimal 175 200 63
Hex AF C8 3F

RGB Percentages of Color #afc83f

%39.95
%45.66
%14.38

CMYK Percentages of Color #afc83f

%13
%0
%69
%22

Triadic Colors of #afc83f

#afc83f #3fafc8 #c83faf

Analogous Colors of #afc83f

#afc83f #6bc83f #c89d3f

Monochromatic Colors of #afc83f

#afc83f

Complementary Color

#afc83f #583fc8

#afc83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc83f Color CSS Codes

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

#afc83f Text Font Color

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

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


#afc83f Background Color

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

This div background color is #afc83f


#afc83f Border Color

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

This div border color is #afc83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc83f


Comments

No comments written yet.

Please login to write comment.