Color Hex Logo

#adeec2 Color Hex

#ADEEC2
(173,238,194)
0 Favorites   0 Comments

Color spaces of #adeec2

RGB 173238194
HSL0.390.660.81
HSV139°27°93°
CMYK 0.270.000.18   0.07
XYZ57.545773.928362.2756
Yxy73.92830.29700.3816
Hunter Lab85.9816-31.001417.2439
CIE-Lab88.8886-29.117914.8266

#adeec2 color RGB value is (173,238,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11000010
Octal 255 356 302
Decimal 173 238 194
Hex AD EE C2

RGB Percentages of Color #adeec2

%28.60
%39.34
%32.07

CMYK Percentages of Color #adeec2

%27
%0
%18
%7

Triadic Colors of #adeec2

#adeec2 #c2adee #eec2ad

Analogous Colors of #adeec2

#adeec2 #adeee3 #b9eead

Monochromatic Colors of #adeec2

#adeec2

Complementary Color

#adeec2 #eeadd9

#adeec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeec2 Color CSS Codes

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

#adeec2 Text Font Color

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

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


#adeec2 Background Color

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

This div background color is #adeec2


#adeec2 Border Color

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

This div border color is #adeec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeec2

#adeec2 Color Palettes


Comments

No comments written yet.

Please login to write comment.