Color Hex Logo

#afdf1f Color Hex

#AFDF1F
(175,223,31)
0 Favorites   0 Comments

Color spaces of #afdf1f

RGB 17522331
HSL0.210.760.50
HSV75°86°87°
CMYK 0.220.000.86   0.13
XYZ44.314261.988210.9256
Yxy61.98820.37800.5288
Hunter Lab78.7326-37.314346.8852
CIE-Lab82.9071-38.615877.5919

#afdf1f color RGB value is (175,223,31).

#afdf1f hex color red value is 175, green value is 223 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #afdf1f hue: 0.21 , saturation: 0.76 and the lightness value of afdf1f is 0.50.

The process color (four color CMYK) of #afdf1f color hex is 0.22, 0.00, 0.86, 0.13. Web safe color of #afdf1f is #99cc33. Color #afdf1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 00011111
Octal 257 337 37
Decimal 175 223 31
Hex AF DF 1F

RGB Percentages of Color #afdf1f

%40.79
%51.98
%7.23

CMYK Percentages of Color #afdf1f

%22
%0
%86
%13

Triadic Colors of #afdf1f

#afdf1f #1fafdf #df1faf

Analogous Colors of #afdf1f

#afdf1f #4fdf1f #dfaf1f

Monochromatic Colors of #afdf1f

#afdf1f

Complementary Color

#afdf1f #4f1fdf

#afdf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf1f Color CSS Codes

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

#afdf1f Text Font Color

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

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


#afdf1f Background Color

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

This div background color is #afdf1f


#afdf1f Border Color

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

This div border color is #afdf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdf1f


Comments

No comments written yet.

Please login to write comment.