Color Hex Logo

#adf96e Color Hex

#ADF96E
(173,249,110)
0 Favorites   0 Comments

Color spaces of #adf96e

RGB 173249110
HSL0.260.920.70
HSV93°56°98°
CMYK 0.310.000.56   0.02
XYZ53.923777.761426.9192
Yxy77.76140.34000.4903
Hunter Lab88.1824-45.166243.6284
CIE-Lab90.6709-45.867858.3902

#adf96e color RGB value is (173,249,110).

#adf96e hex color red value is 173, green value is 249 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #adf96e hue: 0.26 , saturation: 0.92 and the lightness value of adf96e is 0.70.

The process color (four color CMYK) of #adf96e color hex is 0.31, 0.00, 0.56, 0.02. Web safe color of #adf96e is #99ff66. Color #adf96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 01101110
Octal 255 371 156
Decimal 173 249 110
Hex AD F9 6E

RGB Percentages of Color #adf96e

%32.52
%46.80
%20.68

CMYK Percentages of Color #adf96e

%31
%0
%56
%2

Triadic Colors of #adf96e

#adf96e #6eadf9 #f96ead

Analogous Colors of #adf96e

#adf96e #6ef975 #f3f96e

Monochromatic Colors of #adf96e

#adf96e

Complementary Color

#adf96e #ba6ef9

#adf96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf96e Color CSS Codes

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

#adf96e Text Font Color

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

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


#adf96e Background Color

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

This div background color is #adf96e


#adf96e Border Color

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

This div border color is #adf96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf96e


Comments

No comments written yet.

Please login to write comment.