Color Hex Logo

#adfb00 Color Hex

#ADFB00
(173,251,0)
0 Favorites   0 Comments

Color spaces of #adfb00

RGB 1732510
HSL0.221.000.49
HSV79°100°98°
CMYK 0.310.001.00   0.02
XYZ51.730877.878612.3056
Yxy77.87860.36450.5488
Hunter Lab88.2489-49.800253.5067
CIE-Lab90.7245-51.787487.3112

#adfb00 color RGB value is (173,251,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 00000000
Octal 255 373 0
Decimal 173 251 0
Hex AD FB 0

RGB Percentages of Color #adfb00

%40.80
%59.20
%0.00

CMYK Percentages of Color #adfb00

%31
%0
%100
%2

Triadic Colors of #adfb00

#adfb00 #00adfb #fb00ad

Analogous Colors of #adfb00

#adfb00 #30fb00 #fbcc00

Monochromatic Colors of #adfb00

#adfb00

Complementary Color

#adfb00 #4e00fb

#adfb00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb00 Color CSS Codes

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

#adfb00 Text Font Color

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

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


#adfb00 Background Color

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

This div background color is #adfb00


#adfb00 Border Color

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

This div border color is #adfb00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb00


Comments

No comments written yet.

Please login to write comment.