Color Hex Logo

#adf15e Color Hex

#ADF15E
(173,241,94)
0 Favorites   0 Comments

Color spaces of #adf15e

RGB 17324194
HSL0.240.840.66
HSV88°61°95°
CMYK 0.280.000.61   0.05
XYZ50.709372.603021.9308
Yxy72.60300.34910.4999
Hunter Lab85.2074-42.882644.3850
CIE-Lab88.2580-43.861162.5191

#adf15e color RGB value is (173,241,94).

#adf15e hex color red value is 173, green value is 241 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #adf15e hue: 0.24 , saturation: 0.84 and the lightness value of adf15e is 0.66.

The process color (four color CMYK) of #adf15e color hex is 0.28, 0.00, 0.61, 0.05. Web safe color of #adf15e is #99ff66. Color #adf15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 01011110
Octal 255 361 136
Decimal 173 241 94
Hex AD F1 5E

RGB Percentages of Color #adf15e

%34.06
%47.44
%18.50

CMYK Percentages of Color #adf15e

%28
%0
%61
%5

Triadic Colors of #adf15e

#adf15e #5eadf1 #f15ead

Analogous Colors of #adf15e

#adf15e #64f15e #f1ec5e

Monochromatic Colors of #adf15e

#adf15e

Complementary Color

#adf15e #a25ef1

#adf15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf15e Color CSS Codes

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

#adf15e Text Font Color

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

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


#adf15e Background Color

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

This div background color is #adf15e


#adf15e Border Color

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

This div border color is #adf15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf15e


Comments

No comments written yet.

Please login to write comment.