Color Hex Logo

#afc63f Color Hex

#AFC63F
(175,198,63)
0 Favorites   0 Comments

Color spaces of #afc63f

RGB 17519863
HSL0.200.540.51
HSV70°68°78°
CMYK 0.120.000.68   0.22
XYZ38.770549.861012.2833
Yxy49.86100.38420.4941
Hunter Lab70.6123-25.564139.1149
CIE-Lab75.9839-25.666961.9548

#afc63f color RGB value is (175,198,63).

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

The process color (four color CMYK) of #afc63f color hex is 0.12, 0.00, 0.68, 0.22. Web safe color of #afc63f is #99cc33. Color #afc63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 00111111
Octal 257 306 77
Decimal 175 198 63
Hex AF C6 3F

RGB Percentages of Color #afc63f

%40.14
%45.41
%14.45

CMYK Percentages of Color #afc63f

%12
%0
%68
%22

Triadic Colors of #afc63f

#afc63f #3fafc6 #c63faf

Analogous Colors of #afc63f

#afc63f #6cc63f #c69a3f

Monochromatic Colors of #afc63f

#afc63f

Complementary Color

#afc63f #563fc6

#afc63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc63f Color CSS Codes

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

#afc63f Text Font Color

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

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


#afc63f Background Color

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

This div background color is #afc63f


#afc63f Border Color

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

This div border color is #afc63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc63f


Comments

No comments written yet.

Please login to write comment.