Color Hex Logo

#ade998 Color Hex

#ADE998
(173,233,152)
0 Favorites   0 Comments

Color spaces of #ade998

RGB 173233152
HSL0.290.650.75
HSV104°35°91°
CMYK 0.260.000.35   0.09
XYZ52.040069.429140.3641
Yxy69.42910.32160.4290
Hunter Lab83.3241-34.335229.6055
CIE-Lab86.7161-33.698233.4237

#ade998 color RGB value is (173,233,152).

#ade998 hex color red value is 173, green value is 233 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ade998 hue: 0.29 , saturation: 0.65 and the lightness value of ade998 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 10011000
Octal 255 351 230
Decimal 173 233 152
Hex AD E9 98

RGB Percentages of Color #ade998

%31.00
%41.76
%27.24

CMYK Percentages of Color #ade998

%26
%0
%35
%9

Triadic Colors of #ade998

#ade998 #98ade9 #e998ad

Analogous Colors of #ade998

#ade998 #98e9ac #d6e998

Monochromatic Colors of #ade998

#ade998

Complementary Color

#ade998 #d498e9

#ade998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade998 Color CSS Codes

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

#ade998 Text Font Color

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

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


#ade998 Background Color

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

This div background color is #ade998


#ade998 Border Color

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

This div border color is #ade998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade998


Comments

No comments written yet.

Please login to write comment.