Color Hex Logo

#ade6ac Color Hex

#ADE6AC
(173,230,172)
0 Favorites   0 Comments

Color spaces of #ade6ac

RGB 173230172
HSL0.330.540.79
HSV119°25°90°
CMYK 0.250.000.25   0.10
XYZ52.976868.456449.4510
Yxy68.45640.31000.4006
Hunter Lab82.7384-30.499922.4805
CIE-Lab86.2342-29.180922.5323

#ade6ac color RGB value is (173,230,172).

#ade6ac hex color red value is 173, green value is 230 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ade6ac hue: 0.33 , saturation: 0.54 and the lightness value of ade6ac is 0.79.

The process color (four color CMYK) of #ade6ac color hex is 0.25, 0.00, 0.25, 0.10. Web safe color of #ade6ac is #99ff99. Color #ade6ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100110 10101100
Octal 255 346 254
Decimal 173 230 172
Hex AD E6 AC

RGB Percentages of Color #ade6ac

%30.09
%40.00
%29.91

CMYK Percentages of Color #ade6ac

%25
%0
%25
%10

Triadic Colors of #ade6ac

#ade6ac #acade6 #e6acad

Analogous Colors of #ade6ac

#ade6ac #ace6c8 #cae6ac

Monochromatic Colors of #ade6ac

#ade6ac

Complementary Color

#ade6ac #e5ace6

#ade6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade6ac Color CSS Codes

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

#ade6ac Text Font Color

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

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


#ade6ac Background Color

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

This div background color is #ade6ac


#ade6ac Border Color

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

This div border color is #ade6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade6ac


Comments

No comments written yet.

Please login to write comment.