Color Hex Logo

#adf919 Color Hex

#ADF919
(173,249,25)
0 Favorites   0 Comments

Color spaces of #adf919

RGB 17324925
HSL0.220.950.54
HSV80°90°98°
CMYK 0.310.000.90   0.02
XYZ51.284776.705813.0224
Yxy76.70580.36370.5440
Hunter Lab87.5818-48.745252.4916
CIE-Lab90.1860-50.643484.5406

#adf919 color RGB value is (173,249,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 00011001
Octal 255 371 31
Decimal 173 249 25
Hex AD F9 19

RGB Percentages of Color #adf919

%38.70
%55.70
%5.59

CMYK Percentages of Color #adf919

%31
%0
%90
%2

Triadic Colors of #adf919

#adf919 #19adf9 #f919ad

Analogous Colors of #adf919

#adf919 #3df919 #f9d519

Monochromatic Colors of #adf919

#adf919

Complementary Color

#adf919 #6519f9

#adf919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf919 Color CSS Codes

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

#adf919 Text Font Color

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

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


#adf919 Background Color

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

This div background color is #adf919


#adf919 Border Color

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

This div border color is #adf919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf919


Comments

No comments written yet.

Please login to write comment.