Color Hex Logo

#adfd00 Color Hex

#ADFD00
(173,253,0)
0 Favorites   0 Comments

Color spaces of #adfd00

RGB 1732530
HSL0.221.000.50
HSV79°100°99°
CMYK 0.320.001.00   0.01
XYZ52.358979.134812.5149
Yxy79.13480.36360.5495
Hunter Lab88.9577-50.614253.9293
CIE-Lab91.2952-52.602187.7501

#adfd00 color RGB value is (173,253,0).

#adfd00 hex color red value is 173, green value is 253 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #adfd00 hue: 0.22 , saturation: 1.00 and the lightness value of adfd00 is 0.50.

The process color (four color CMYK) of #adfd00 color hex is 0.32, 0.00, 1.00, 0.01. Web safe color of #adfd00 is #99ff00. Color #adfd00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 00000000
Octal 255 375 0
Decimal 173 253 0
Hex AD FD 0

RGB Percentages of Color #adfd00

%40.61
%59.39
%0.00

CMYK Percentages of Color #adfd00

%32
%0
%100
%1

Triadic Colors of #adfd00

#adfd00 #00adfd #fd00ad

Analogous Colors of #adfd00

#adfd00 #2ffd00 #fdcf00

Monochromatic Colors of #adfd00

#adfd00

Complementary Color

#adfd00 #5000fd

#adfd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfd00 Color CSS Codes

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

#adfd00 Text Font Color

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

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


#adfd00 Background Color

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

This div background color is #adfd00


#adfd00 Border Color

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

This div border color is #adfd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfd00


Comments

No comments written yet.

Please login to write comment.