Color Hex Logo

#adeeab Color Hex

#ADEEAB
(173,238,171)
0 Favorites   0 Comments

Color spaces of #adeeab

RGB 173238171
HSL0.330.660.80
HSV118°28°93°
CMYK 0.270.000.28   0.07
XYZ55.158872.973649.7062
Yxy72.97360.31020.4103
Hunter Lab85.4246-34.235325.2980
CIE-Lab88.4351-33.094326.0631

#adeeab color RGB value is (173,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 10101011
Octal 255 356 253
Decimal 173 238 171
Hex AD EE AB

RGB Percentages of Color #adeeab

%29.73
%40.89
%29.38

CMYK Percentages of Color #adeeab

%27
%0
%28
%7

Triadic Colors of #adeeab

#adeeab #abadee #eeabad

Analogous Colors of #adeeab

#adeeab #abeecb #cfeeab

Monochromatic Colors of #adeeab

#adeeab

Complementary Color

#adeeab #ecabee

#adeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeeab Color CSS Codes

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

#adeeab Text Font Color

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

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


#adeeab Background Color

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

This div background color is #adeeab


#adeeab Border Color

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

This div border color is #adeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeeab


Comments

No comments written yet.

Please login to write comment.