Color Hex Logo

#adf61f Color Hex

#ADF61F
(173,246,31)
0 Favorites   0 Comments

Color spaces of #adf61f

RGB 17324631
HSL0.220.920.54
HSV80°87°96°
CMYK 0.300.000.87   0.04
XYZ50.436774.894713.0942
Yxy74.89470.36440.5410
Hunter Lab86.5417-47.417851.6083
CIE-Lab89.3436-49.268582.9075

#adf61f color RGB value is (173,246,31).

#adf61f hex color red value is 173, green value is 246 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #adf61f hue: 0.22 , saturation: 0.92 and the lightness value of adf61f is 0.54.

The process color (four color CMYK) of #adf61f color hex is 0.30, 0.00, 0.87, 0.04. Web safe color of #adf61f is #99ff33. Color #adf61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110110 00011111
Octal 255 366 37
Decimal 173 246 31
Hex AD F6 1F

RGB Percentages of Color #adf61f

%38.44
%54.67
%6.89

CMYK Percentages of Color #adf61f

%30
%0
%87
%4

Triadic Colors of #adf61f

#adf61f #1fadf6 #f61fad

Analogous Colors of #adf61f

#adf61f #41f61f #f6d41f

Monochromatic Colors of #adf61f

#adf61f

Complementary Color

#adf61f #681ff6

#adf61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf61f Color CSS Codes

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

#adf61f Text Font Color

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

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


#adf61f Background Color

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

This div background color is #adf61f


#adf61f Border Color

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

This div border color is #adf61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf61f


Comments

No comments written yet.

Please login to write comment.