Color Hex Logo

#afd63f Color Hex

#AFD63F
(175,214,63)
0 Favorites   0 Comments

Color spaces of #afd63f

RGB 17521463
HSL0.210.650.54
HSV75°71°84°
CMYK 0.180.000.71   0.16
XYZ42.623057.566013.5675
Yxy57.56600.37470.5060
Hunter Lab75.8723-32.499942.5083
CIE-Lab80.4969-33.223166.4791

#afd63f color RGB value is (175,214,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 00111111
Octal 257 326 77
Decimal 175 214 63
Hex AF D6 3F

RGB Percentages of Color #afd63f

%38.72
%47.35
%13.94

CMYK Percentages of Color #afd63f

%18
%0
%71
%16

Triadic Colors of #afd63f

#afd63f #3fafd6 #d63faf

Analogous Colors of #afd63f

#afd63f #63d63f #d6b23f

Monochromatic Colors of #afd63f

#afd63f

Complementary Color

#afd63f #663fd6

#afd63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd63f Color CSS Codes

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

#afd63f Text Font Color

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

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


#afd63f Background Color

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

This div background color is #afd63f


#afd63f Border Color

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

This div border color is #afd63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd63f


Comments

No comments written yet.

Please login to write comment.