Color Hex Logo

#adfa1e Color Hex

#ADFA1E
(173,250,30)
0 Favorites   0 Comments

Color spaces of #adfa1e

RGB 17325030
HSL0.230.960.55
HSV81°88°98°
CMYK 0.310.000.88   0.02
XYZ51.653577.349213.4358
Yxy77.34920.36260.5430
Hunter Lab87.9484-49.073852.5062
CIE-Lab90.4821-50.946184.0192

#adfa1e color RGB value is (173,250,30).

#adfa1e hex color red value is 173, green value is 250 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #adfa1e hue: 0.23 , saturation: 0.96 and the lightness value of adfa1e is 0.55.

The process color (four color CMYK) of #adfa1e color hex is 0.31, 0.00, 0.88, 0.02. Web safe color of #adfa1e is #99ff33. Color #adfa1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 00011110
Octal 255 372 36
Decimal 173 250 30
Hex AD FA 1E

RGB Percentages of Color #adfa1e

%38.19
%55.19
%6.62

CMYK Percentages of Color #adfa1e

%31
%0
%88
%2

Triadic Colors of #adfa1e

#adfa1e #1eadfa #fa1ead

Analogous Colors of #adfa1e

#adfa1e #3ffa1e #fad91e

Monochromatic Colors of #adfa1e

#adfa1e

Complementary Color

#adfa1e #6b1efa

#adfa1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfa1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfa1e Color CSS Codes

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

#adfa1e Text Font Color

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

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


#adfa1e Background Color

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

This div background color is #adfa1e


#adfa1e Border Color

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

This div border color is #adfa1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfa1e


Comments

No comments written yet.

Please login to write comment.