Color Hex Logo

#adeaaa Color Hex

#ADEAAA
(173,234,170)
0 Favorites   0 Comments

Color spaces of #adeaaa

RGB 173234170
HSL0.330.600.79
HSV117°27°92°
CMYK 0.260.000.27   0.08
XYZ53.912170.632248.8221
Yxy70.63220.31100.4074
Hunter Lab84.0430-32.570524.3874
CIE-Lab87.3060-31.393525.0349

#adeaaa color RGB value is (173,234,170).

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

The process color (four color CMYK) of #adeaaa color hex is 0.26, 0.00, 0.27, 0.08. Web safe color of #adeaaa is #99ff99. Color #adeaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10101010
Octal 255 352 252
Decimal 173 234 170
Hex AD EA AA

RGB Percentages of Color #adeaaa

%29.98
%40.55
%29.46

CMYK Percentages of Color #adeaaa

%26
%0
%27
%8

Triadic Colors of #adeaaa

#adeaaa #aaadea #eaaaad

Analogous Colors of #adeaaa

#adeaaa #aaeac7 #cdeaaa

Monochromatic Colors of #adeaaa

#adeaaa

Complementary Color

#adeaaa #e7aaea

#adeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaaa Color CSS Codes

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

#adeaaa Text Font Color

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

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


#adeaaa Background Color

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

This div background color is #adeaaa


#adeaaa Border Color

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

This div border color is #adeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaaa


Comments

No comments written yet.

Please login to write comment.