Color Hex Logo

#adeec7 Color Hex

#ADEEC7
(173,238,199)
0 Favorites   0 Comments

Color spaces of #adeec7

RGB 173238199
HSL0.400.660.81
HSV144°27°93°
CMYK 0.270.000.16   0.07
XYZ58.116974.156865.2834
Yxy74.15680.29420.3754
Hunter Lab86.1143-30.233915.3322
CIE-Lab88.9965-28.188312.3819

#adeec7 color RGB value is (173,238,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11000111
Octal 255 356 307
Decimal 173 238 199
Hex AD EE C7

RGB Percentages of Color #adeec7

%28.36
%39.02
%32.62

CMYK Percentages of Color #adeec7

%27
%0
%16
%7

Triadic Colors of #adeec7

#adeec7 #c7adee #eec7ad

Analogous Colors of #adeec7

#adeec7 #adeee8 #b4eead

Monochromatic Colors of #adeec7

#adeec7

Complementary Color

#adeec7 #eeadd4

#adeec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeec7 Color CSS Codes

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

#adeec7 Text Font Color

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

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


#adeec7 Background Color

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

This div background color is #adeec7


#adeec7 Border Color

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

This div border color is #adeec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeec7


Comments

No comments written yet.

Please login to write comment.