Color Hex Logo

#afc03e Color Hex

#AFC03E
(175,192,62)
0 Favorites   0 Comments

Color spaces of #afc03e

RGB 17519262
HSL0.190.510.50
HSV68°68°75°
CMYK 0.090.000.68   0.25
XYZ37.398347.161011.6893
Yxy47.16100.38860.4900
Hunter Lab68.6739-22.972037.9797
CIE-Lab74.2926-22.804560.6224

#afc03e color RGB value is (175,192,62).

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

The process color (four color CMYK) of #afc03e color hex is 0.09, 0.00, 0.68, 0.25. Web safe color of #afc03e is #99cc33. Color #afc03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 00111110
Octal 257 300 76
Decimal 175 192 62
Hex AF C0 3E

RGB Percentages of Color #afc03e

%40.79
%44.76
%14.45

CMYK Percentages of Color #afc03e

%9
%0
%68
%25

Triadic Colors of #afc03e

#afc03e #3eafc0 #c03eaf

Analogous Colors of #afc03e

#afc03e #6ec03e #c0903e

Monochromatic Colors of #afc03e

#afc03e

Complementary Color

#afc03e #4f3ec0

#afc03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc03e Color CSS Codes

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

#afc03e Text Font Color

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

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


#afc03e Background Color

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

This div background color is #afc03e


#afc03e Border Color

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

This div border color is #afc03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc03e


Comments

No comments written yet.

Please login to write comment.