Color Hex Logo

#adf916 Color Hex

#ADF916
(173,249,22)
0 Favorites   0 Comments

Color spaces of #adf916

RGB 17324922
HSL0.220.950.53
HSV80°91°98°
CMYK 0.310.000.91   0.02
XYZ51.254176.693512.8610
Yxy76.69350.36400.5447
Hunter Lab87.5748-48.786952.5952
CIE-Lab90.1804-50.699984.9396

#adf916 color RGB value is (173,249,22).

#adf916 hex color red value is 173, green value is 249 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #adf916 hue: 0.22 , saturation: 0.95 and the lightness value of adf916 is 0.53.

The process color (four color CMYK) of #adf916 color hex is 0.31, 0.00, 0.91, 0.02. Web safe color of #adf916 is #99ff00. Color #adf916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 00010110
Octal 255 371 26
Decimal 173 249 22
Hex AD F9 16

RGB Percentages of Color #adf916

%38.96
%56.08
%4.95

CMYK Percentages of Color #adf916

%31
%0
%91
%2

Triadic Colors of #adf916

#adf916 #16adf9 #f916ad

Analogous Colors of #adf916

#adf916 #3cf916 #f9d416

Monochromatic Colors of #adf916

#adf916

Complementary Color

#adf916 #6216f9

#adf916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf916 Color CSS Codes

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

#adf916 Text Font Color

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

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


#adf916 Background Color

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

This div background color is #adf916


#adf916 Border Color

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

This div border color is #adf916


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,249,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf916


Comments

No comments written yet.

Please login to write comment.