Color Hex Logo

#afd02f Color Hex

#AFD02F
(175,208,47)
0 Favorites   0 Comments

Color spaces of #afd02f

RGB 17520847
HSL0.200.630.50
HSV72°77°82°
CMYK 0.160.000.77   0.18
XYZ40.748254.430911.0479
Yxy54.43090.38360.5124
Hunter Lab73.7773-30.522342.7656
CIE-Lab78.7123-31.226670.0140

#afd02f color RGB value is (175,208,47).

#afd02f hex color red value is 175, green value is 208 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #afd02f hue: 0.20 , saturation: 0.63 and the lightness value of afd02f is 0.50.

The process color (four color CMYK) of #afd02f color hex is 0.16, 0.00, 0.77, 0.18. Web safe color of #afd02f is #99cc33. Color #afd02f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 00101111
Octal 257 320 57
Decimal 175 208 47
Hex AF D0 2F

RGB Percentages of Color #afd02f

%40.70
%48.37
%10.93

CMYK Percentages of Color #afd02f

%16
%0
%77
%18

Triadic Colors of #afd02f

#afd02f #2fafd0 #d02faf

Analogous Colors of #afd02f

#afd02f #5ed02f #d0a12f

Monochromatic Colors of #afd02f

#afd02f

Complementary Color

#afd02f #502fd0

#afd02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd02f Color CSS Codes

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

#afd02f Text Font Color

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

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


#afd02f Background Color

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

This div background color is #afd02f


#afd02f Border Color

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

This div border color is #afd02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd02f


Comments

No comments written yet.

Please login to write comment.