Color Hex Logo

#ade0a8 Color Hex

#ADE0A8
(173,224,168)
0 Favorites   0 Comments

Color spaces of #ade0a8

RGB 173224168
HSL0.320.470.77
HSV115°25°88°
CMYK 0.230.000.25   0.12
XYZ50.957165.022746.9107
Yxy65.02270.31280.3992
Hunter Lab80.6367-28.313821.9535
CIE-Lab84.4954-26.983522.2134

#ade0a8 color RGB value is (173,224,168).

#ade0a8 hex color red value is 173, green value is 224 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ade0a8 hue: 0.32 , saturation: 0.47 and the lightness value of ade0a8 is 0.77.

The process color (four color CMYK) of #ade0a8 color hex is 0.23, 0.00, 0.25, 0.12. Web safe color of #ade0a8 is #99cc99. Color #ade0a8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 10101000
Octal 255 340 250
Decimal 173 224 168
Hex AD E0 A8

RGB Percentages of Color #ade0a8

%30.62
%39.65
%29.73

CMYK Percentages of Color #ade0a8

%23
%0
%25
%12

Triadic Colors of #ade0a8

#ade0a8 #a8ade0 #e0a8ad

Analogous Colors of #ade0a8

#ade0a8 #a8e0bf #c9e0a8

Monochromatic Colors of #ade0a8

#ade0a8

Complementary Color

#ade0a8 #dba8e0

#ade0a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade0a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade0a8 Color CSS Codes

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

#ade0a8 Text Font Color

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

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


#ade0a8 Background Color

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

This div background color is #ade0a8


#ade0a8 Border Color

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

This div border color is #ade0a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade0a8


Comments

No comments written yet.

Please login to write comment.