Color Hex Logo

#afd31f Color Hex

#AFD31F
(175,211,31)
0 Favorites   0 Comments

Color spaces of #afd31f

RGB 17521131
HSL0.200.740.47
HSV72°85°83°
CMYK 0.170.000.85   0.17
XYZ41.220855.80149.8945
Yxy55.80140.38550.5219
Hunter Lab74.7003-32.226544.4369
CIE-Lab79.5007-33.172674.7394

#afd31f color RGB value is (175,211,31).

#afd31f hex color red value is 175, green value is 211 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #afd31f hue: 0.20 , saturation: 0.74 and the lightness value of afd31f is 0.47.

The process color (four color CMYK) of #afd31f color hex is 0.17, 0.00, 0.85, 0.17. Web safe color of #afd31f is #99cc33. Color #afd31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 00011111
Octal 257 323 37
Decimal 175 211 31
Hex AF D3 1F

RGB Percentages of Color #afd31f

%41.97
%50.60
%7.43

CMYK Percentages of Color #afd31f

%17
%0
%85
%17

Triadic Colors of #afd31f

#afd31f #1fafd3 #d31faf

Analogous Colors of #afd31f

#afd31f #55d31f #d39d1f

Monochromatic Colors of #afd31f

#afd31f

Complementary Color

#afd31f #431fd3

#afd31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd31f Color CSS Codes

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

#afd31f Text Font Color

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

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


#afd31f Background Color

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

This div background color is #afd31f


#afd31f Border Color

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

This div border color is #afd31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd31f


Comments

No comments written yet.

Please login to write comment.