Color Hex Logo

#adf01e Color Hex

#ADF01E
(173,240,30)
0 Favorites   0 Comments

Color spaces of #adf01e

RGB 17324030
HSL0.220.880.53
HSV79°88°94°
CMYK 0.280.000.88   0.06
XYZ48.628071.298212.4273
Yxy71.29820.36740.5387
Hunter Lab84.4383-44.968850.3807
CIE-Lab87.6297-46.778581.6576

#adf01e color RGB value is (173,240,30).

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

The process color (four color CMYK) of #adf01e color hex is 0.28, 0.00, 0.88, 0.06. Web safe color of #adf01e is #99ff33. Color #adf01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 00011110
Octal 255 360 36
Decimal 173 240 30
Hex AD F0 1E

RGB Percentages of Color #adf01e

%39.05
%54.18
%6.77

CMYK Percentages of Color #adf01e

%28
%0
%88
%6

Triadic Colors of #adf01e

#adf01e #1eadf0 #f01ead

Analogous Colors of #adf01e

#adf01e #44f01e #f0ca1e

Monochromatic Colors of #adf01e

#adf01e

Complementary Color

#adf01e #611ef0

#adf01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf01e Color CSS Codes

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

#adf01e Text Font Color

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

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


#adf01e Background Color

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

This div background color is #adf01e


#adf01e Border Color

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

This div border color is #adf01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf01e


Comments

No comments written yet.

Please login to write comment.