Color Hex Logo

#adedc2 Color Hex

#ADEDC2
(173,237,194)
0 Favorites   0 Comments

Color spaces of #adedc2

RGB 173237194
HSL0.390.640.80
HSV140°27°93°
CMYK 0.270.000.18   0.07
XYZ57.255473.347762.1788
Yxy73.34770.29700.3805
Hunter Lab85.6433-30.542516.9045
CIE-Lab88.6133-28.643714.4380

#adedc2 color RGB value is (173,237,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11000010
Octal 255 355 302
Decimal 173 237 194
Hex AD ED C2

RGB Percentages of Color #adedc2

%28.64
%39.24
%32.12

CMYK Percentages of Color #adedc2

%27
%0
%18
%7

Triadic Colors of #adedc2

#adedc2 #c2aded #edc2ad

Analogous Colors of #adedc2

#adedc2 #adede2 #b8edad

Monochromatic Colors of #adedc2

#adedc2

Complementary Color

#adedc2 #edadd8

#adedc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedc2 Color CSS Codes

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

#adedc2 Text Font Color

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

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


#adedc2 Background Color

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

This div background color is #adedc2


#adedc2 Border Color

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

This div border color is #adedc2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,237,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 #adedc2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedc2


Comments

No comments written yet.

Please login to write comment.