Color Hex Logo

#ade894 Color Hex

#ADE894
(173,232,148)
0 Favorites   0 Comments

Color spaces of #ade894

RGB 173232148
HSL0.280.650.75
HSV102°36°91°
CMYK 0.250.000.36   0.09
XYZ51.435568.735638.5733
Yxy68.73560.32400.4330
Hunter Lab82.9069-34.345730.4496
CIE-Lab86.3730-33.809134.9891

#ade894 color RGB value is (173,232,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101000 10010100
Octal 255 350 224
Decimal 173 232 148
Hex AD E8 94

RGB Percentages of Color #ade894

%31.28
%41.95
%26.76

CMYK Percentages of Color #ade894

%25
%0
%36
%9

Triadic Colors of #ade894

#ade894 #94ade8 #e894ad

Analogous Colors of #ade894

#ade894 #94e8a5 #d7e894

Monochromatic Colors of #ade894

#ade894

Complementary Color

#ade894 #cf94e8

#ade894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade894 Color CSS Codes

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

#ade894 Text Font Color

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

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


#ade894 Background Color

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

This div background color is #ade894


#ade894 Border Color

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

This div border color is #ade894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade894


Comments

No comments written yet.

Please login to write comment.