Color Hex Logo

#adf918 Color Hex

#ADF918
(173,249,24)
0 Favorites   0 Comments

Color spaces of #adf918

RGB 17324924
HSL0.220.950.54
HSV80°90°98°
CMYK 0.310.000.90   0.02
XYZ51.274176.701512.9666
Yxy76.70150.36380.5442
Hunter Lab87.5794-48.759652.5274
CIE-Lab90.1840-50.662984.6782

#adf918 color RGB value is (173,249,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 00011000
Octal 255 371 30
Decimal 173 249 24
Hex AD F9 18

RGB Percentages of Color #adf918

%38.79
%55.83
%5.38

CMYK Percentages of Color #adf918

%31
%0
%90
%2

Triadic Colors of #adf918

#adf918 #18adf9 #f918ad

Analogous Colors of #adf918

#adf918 #3df918 #f9d518

Monochromatic Colors of #adf918

#adf918

Complementary Color

#adf918 #6418f9

#adf918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf918 Color CSS Codes

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

#adf918 Text Font Color

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

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


#adf918 Background Color

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

This div background color is #adf918


#adf918 Border Color

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

This div border color is #adf918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf918

Related Colors


Comments

No comments written yet.

Please login to write comment.