Color Hex Logo

#afdb1f Color Hex

#AFDB1F
(175,219,31)
0 Favorites   0 Comments

Color spaces of #afdb1f

RGB 17521931
HSL0.210.750.49
HSV74°86°86°
CMYK 0.200.000.86   0.14
XYZ43.258059.875910.5736
Yxy59.87590.38040.5266
Hunter Lab77.3795-35.626146.0639
CIE-Lab81.7707-36.822476.6415

#afdb1f color RGB value is (175,219,31).

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

The process color (four color CMYK) of #afdb1f color hex is 0.20, 0.00, 0.86, 0.14. Web safe color of #afdb1f is #99cc33. Color #afdb1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 00011111
Octal 257 333 37
Decimal 175 219 31
Hex AF DB 1F

RGB Percentages of Color #afdb1f

%41.18
%51.53
%7.29

CMYK Percentages of Color #afdb1f

%20
%0
%86
%14

Triadic Colors of #afdb1f

#afdb1f #1fafdb #db1faf

Analogous Colors of #afdb1f

#afdb1f #51db1f #dba91f

Monochromatic Colors of #afdb1f

#afdb1f

Complementary Color

#afdb1f #4b1fdb

#afdb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb1f Color CSS Codes

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

#afdb1f Text Font Color

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

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


#afdb1f Background Color

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

This div background color is #afdb1f


#afdb1f Border Color

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

This div border color is #afdb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb1f


Comments

No comments written yet.

Please login to write comment.