Color Hex Logo

#ade98a Color Hex

#ADE98A
(173,233,138)
0 Favorites   0 Comments

Color spaces of #ade98a

RGB 173233138
HSL0.270.680.73
HSV98°41°91°
CMYK 0.260.000.41   0.09
XYZ50.959968.997034.6766
Yxy68.99700.32960.4462
Hunter Lab83.0644-35.853333.3935
CIE-Lab86.5026-35.627540.1480

#ade98a color RGB value is (173,233,138).

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

The process color (four color CMYK) of #ade98a color hex is 0.26, 0.00, 0.41, 0.09. Web safe color of #ade98a is #99ff99. Color #ade98a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 10001010
Octal 255 351 212
Decimal 173 233 138
Hex AD E9 8A

RGB Percentages of Color #ade98a

%31.80
%42.83
%25.37

CMYK Percentages of Color #ade98a

%26
%0
%41
%9

Triadic Colors of #ade98a

#ade98a #8aade9 #e98aad

Analogous Colors of #ade98a

#ade98a #8ae997 #dde98a

Monochromatic Colors of #ade98a

#ade98a

Complementary Color

#ade98a #c68ae9

#ade98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade98a Color CSS Codes

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

#ade98a Text Font Color

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

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


#ade98a Background Color

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

This div background color is #ade98a


#ade98a Border Color

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

This div border color is #ade98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade98a


Comments

No comments written yet.

Please login to write comment.