Color Hex Logo

#adeec8 Color Hex

#ADEEC8
(173,238,200)
0 Favorites   0 Comments

Color spaces of #adeec8

RGB 173238200
HSL0.400.660.81
HSV145°27°93°
CMYK 0.270.000.16   0.07
XYZ58.233474.203465.8971
Yxy74.20340.29360.3741
Hunter Lab86.1414-30.077714.9429
CIE-Lab89.0185-27.999711.8930

#adeec8 color RGB value is (173,238,200).

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

The process color (four color CMYK) of #adeec8 color hex is 0.27, 0.00, 0.16, 0.07. Web safe color of #adeec8 is #99ffcc. Color #adeec8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11001000
Octal 255 356 310
Decimal 173 238 200
Hex AD EE C8

RGB Percentages of Color #adeec8

%28.31
%38.95
%32.73

CMYK Percentages of Color #adeec8

%27
%0
%16
%7

Triadic Colors of #adeec8

#adeec8 #c8adee #eec8ad

Analogous Colors of #adeec8

#adeec8 #adeee9 #b3eead

Monochromatic Colors of #adeec8

#adeec8

Complementary Color

#adeec8 #eeadd3

#adeec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeec8 Color CSS Codes

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

#adeec8 Text Font Color

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

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


#adeec8 Background Color

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

This div background color is #adeec8


#adeec8 Border Color

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

This div border color is #adeec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeec8

#adeec8 Color Palettes


Comments

No comments written yet.

Please login to write comment.