Color Hex Logo

#adf81e Color Hex

#ADF81E
(173,248,30)
0 Favorites   0 Comments

Color spaces of #adf81e

RGB 17324830
HSL0.220.940.55
HSV81°88°97°
CMYK 0.300.000.88   0.03
XYZ51.035376.112813.2297
Yxy76.11280.36360.5422
Hunter Lab87.2427-48.255552.0790
CIE-Lab89.9117-50.121883.5475

#adf81e color RGB value is (173,248,30).

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

The process color (four color CMYK) of #adf81e color hex is 0.30, 0.00, 0.88, 0.03. Web safe color of #adf81e is #99ff33. Color #adf81e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 00011110
Octal 255 370 36
Decimal 173 248 30
Hex AD F8 1E

RGB Percentages of Color #adf81e

%38.36
%54.99
%6.65

CMYK Percentages of Color #adf81e

%30
%0
%88
%3

Triadic Colors of #adf81e

#adf81e #1eadf8 #f81ead

Analogous Colors of #adf81e

#adf81e #40f81e #f8d61e

Monochromatic Colors of #adf81e

#adf81e

Complementary Color

#adf81e #691ef8

#adf81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf81e Color CSS Codes

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

#adf81e Text Font Color

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

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


#adf81e Background Color

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

This div background color is #adf81e


#adf81e Border Color

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

This div border color is #adf81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf81e


Comments

No comments written yet.

Please login to write comment.