Color Hex Logo

#adeec4 Color Hex

#ADEEC4
(173,238,196)
0 Favorites   0 Comments

Color spaces of #adeec4

RGB 173238196
HSL0.390.660.81
HSV141°27°93°
CMYK 0.270.000.18   0.07
XYZ57.771974.018863.4667
Yxy74.01880.29590.3791
Hunter Lab86.0342-30.697216.4862
CIE-Lab88.9314-28.748813.8487

#adeec4 color RGB value is (173,238,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11000100
Octal 255 356 304
Decimal 173 238 196
Hex AD EE C4

RGB Percentages of Color #adeec4

%28.50
%39.21
%32.29

CMYK Percentages of Color #adeec4

%27
%0
%18
%7

Triadic Colors of #adeec4

#adeec4 #c4adee #eec4ad

Analogous Colors of #adeec4

#adeec4 #adeee5 #b7eead

Monochromatic Colors of #adeec4

#adeec4

Complementary Color

#adeec4 #eeadd7

#adeec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeec4 Color CSS Codes

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

#adeec4 Text Font Color

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

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


#adeec4 Background Color

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

This div background color is #adeec4


#adeec4 Border Color

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

This div border color is #adeec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeec4


Comments

No comments written yet.

Please login to write comment.