Color Hex Logo

#afd64f Color Hex

#AFD64F
(175,214,79)
0 Favorites   0 Comments

Color spaces of #afd64f

RGB 17521479
HSL0.210.620.57
HSV77°63°84°
CMYK 0.180.000.63   0.16
XYZ43.137057.771616.2746
Yxy57.77160.36810.4930
Hunter Lab76.0076-31.708340.5103
CIE-Lab80.6116-32.185460.4316

#afd64f color RGB value is (175,214,79).

#afd64f hex color red value is 175, green value is 214 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #afd64f hue: 0.21 , saturation: 0.62 and the lightness value of afd64f is 0.57.

The process color (four color CMYK) of #afd64f color hex is 0.18, 0.00, 0.63, 0.16. Web safe color of #afd64f is #99cc66. Color #afd64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 01001111
Octal 257 326 117
Decimal 175 214 79
Hex AF D6 4F

RGB Percentages of Color #afd64f

%37.39
%45.73
%16.88

CMYK Percentages of Color #afd64f

%18
%0
%63
%16

Triadic Colors of #afd64f

#afd64f #4fafd6 #d64faf

Analogous Colors of #afd64f

#afd64f #6cd64f #d6ba4f

Monochromatic Colors of #afd64f

#afd64f

Complementary Color

#afd64f #764fd6

#afd64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd64f Color CSS Codes

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

#afd64f Text Font Color

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

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


#afd64f Background Color

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

This div background color is #afd64f


#afd64f Border Color

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

This div border color is #afd64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd64f


Comments

No comments written yet.

Please login to write comment.