Color Hex Logo

#adf97a Color Hex

#ADF97A
(173,249,122)
0 Favorites   0 Comments

Color spaces of #adf97a

RGB 173249122
HSL0.270.910.73
HSV96°51°98°
CMYK 0.310.000.51   0.02
XYZ54.622178.040730.5968
Yxy78.04070.33460.4780
Hunter Lab88.3406-44.227441.3034
CIE-Lab90.7985-44.638353.1361

#adf97a color RGB value is (173,249,122).

#adf97a hex color red value is 173, green value is 249 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #adf97a hue: 0.27 , saturation: 0.91 and the lightness value of adf97a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 01111010
Octal 255 371 172
Decimal 173 249 122
Hex AD F9 7A

RGB Percentages of Color #adf97a

%31.80
%45.77
%22.43

CMYK Percentages of Color #adf97a

%31
%0
%51
%2

Triadic Colors of #adf97a

#adf97a #7aadf9 #f97aad

Analogous Colors of #adf97a

#adf97a #7af987 #edf97a

Monochromatic Colors of #adf97a

#adf97a

Complementary Color

#adf97a #c67af9

#adf97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf97a Color CSS Codes

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

#adf97a Text Font Color

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

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


#adf97a Background Color

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

This div background color is #adf97a


#adf97a Border Color

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

This div border color is #adf97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf97a

Related Colors


Comments

No comments written yet.

Please login to write comment.