Color Hex Logo

#adf00e Color Hex

#ADF00E
(173,240,14)
0 Favorites   0 Comments

Color spaces of #adf00e

RGB 17324014
HSL0.220.890.50
HSV78°94°94°
CMYK 0.280.000.94   0.06
XYZ48.472971.236111.6106
Yxy71.23610.36910.5425
Hunter Lab84.4015-45.187750.9249
CIE-Lab87.5996-47.074483.7793

#adf00e color RGB value is (173,240,14).

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

The process color (four color CMYK) of #adf00e color hex is 0.28, 0.00, 0.94, 0.06. Web safe color of #adf00e is #99ff00. Color #adf00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 00001110
Octal 255 360 16
Decimal 173 240 14
Hex AD F0 E

RGB Percentages of Color #adf00e

%40.52
%56.21
%3.28

CMYK Percentages of Color #adf00e

%28
%0
%94
%6

Triadic Colors of #adf00e

#adf00e #0eadf0 #f00ead

Analogous Colors of #adf00e

#adf00e #3cf00e #f0c20e

Monochromatic Colors of #adf00e

#adf00e

Complementary Color

#adf00e #510ef0

#adf00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf00e Color CSS Codes

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

#adf00e Text Font Color

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

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


#adf00e Background Color

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

This div background color is #adf00e


#adf00e Border Color

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

This div border color is #adf00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf00e


Comments

No comments written yet.

Please login to write comment.