Color Hex Logo

#adeeaa Color Hex

#ADEEAA
(173,238,170)
0 Favorites   0 Comments

Color spaces of #adeeaa

RGB 173238170
HSL0.330.670.80
HSV117°29°93°
CMYK 0.270.000.29   0.07
XYZ55.063872.935649.2060
Yxy72.93560.31070.4116
Hunter Lab85.4023-34.364925.6207
CIE-Lab88.4170-33.255826.5502

#adeeaa color RGB value is (173,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 10101010
Octal 255 356 252
Decimal 173 238 170
Hex AD EE AA

RGB Percentages of Color #adeeaa

%29.78
%40.96
%29.26

CMYK Percentages of Color #adeeaa

%27
%0
%29
%7

Triadic Colors of #adeeaa

#adeeaa #aaadee #eeaaad

Analogous Colors of #adeeaa

#adeeaa #aaeec9 #cfeeaa

Monochromatic Colors of #adeeaa

#adeeaa

Complementary Color

#adeeaa #ebaaee

#adeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeeaa Color CSS Codes

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

#adeeaa Text Font Color

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

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


#adeeaa Background Color

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

This div background color is #adeeaa


#adeeaa Border Color

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

This div border color is #adeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeeaa


Comments

No comments written yet.

Please login to write comment.