color codes Logo

#adf11e color codes

#ADF11E
(173,241,30)
0 Favorites   0 Comments

Color spaces of #adf11e

RGB 17324130
HSL0.220.880.53
HSV79°88°95°
CMYK 0.280.000.88   0.05
XYZ48.923271.888612.5257
Yxy71.88860.36690.5391
Hunter Lab84.7871-45.380950.5920
CIE-Lab87.9149-47.200581.8941

#adf11e color RGB value is (173,241,30).

#adf11e hex color red value is 173, green value is 241 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #adf11e hue: 0.22 , saturation: 0.88 and the lightness value of adf11e is 0.53.

The process color (four color CMYK) of #adf11e color code is 0.28, 0.00, 0.88, 0.05. Web safe color of #adf11e is #99ff33. Color #adf11e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 00011110
Octal 255 361 36
Decimal 173 241 30
Hex AD F1 1E

RGB Percentages of Color #adf11e

%38.96
%54.28
%6.76

CMYK Percentages of Color #adf11e

%28
%0
%88
%5

Triadic Colors of #adf11e

#adf11e #1eadf1 #f11ead

Analogous Colors of #adf11e

#adf11e #44f11e #f1cc1e

Monochromatic Colors of #adf11e

#adf11e

Complementary Color

#adf11e #621ef1

#adf11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf11e Color CSS Codes

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

#adf11e Text Font Color

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

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


#adf11e Background Color

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

This div background color is #adf11e


#adf11e Border Color

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

This div border color is #adf11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf11e

Related Colors


Comments

No comments written yet.

Please login to write comment.