Color Hex Logo

#aded98 Color Hex

#ADED98
(173,237,152)
0 Favorites   0 Comments

Color spaces of #aded98

RGB 173237152
HSL0.290.700.76
HSV105°36°93°
CMYK 0.270.000.36   0.07
XYZ53.185371.719640.7459
Yxy71.71960.32110.4330
Hunter Lab84.6874-36.101630.7548
CIE-Lab87.8334-35.535334.8986

#aded98 color RGB value is (173,237,152).

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

The process color (four color CMYK) of #aded98 color hex is 0.27, 0.00, 0.36, 0.07. Web safe color of #aded98 is #99ff99. Color #aded98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 10011000
Octal 255 355 230
Decimal 173 237 152
Hex AD ED 98

RGB Percentages of Color #aded98

%30.78
%42.17
%27.05

CMYK Percentages of Color #aded98

%27
%0
%36
%7

Triadic Colors of #aded98

#aded98 #98aded #ed98ad

Analogous Colors of #aded98

#aded98 #98edae #d8ed98

Monochromatic Colors of #aded98

#aded98

Complementary Color

#aded98 #d898ed

#aded98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aded98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aded98 Color CSS Codes

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

#aded98 Text Font Color

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

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


#aded98 Background Color

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

This div background color is #aded98


#aded98 Border Color

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

This div border color is #aded98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,237,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 #aded98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aded98


Comments

No comments written yet.

Please login to write comment.