Color Hex Logo

#addec2 Color Hex

#ADDEC2
(173,222,194)
0 Favorites   0 Comments

Color spaces of #addec2

RGB 173222194
HSL0.400.430.77
HSV146°22°87°
CMYK 0.220.000.13   0.13
XYZ53.092565.021860.7911
Yxy65.02180.29680.3634
Hunter Lab80.6361-23.585011.7469
CIE-Lab84.4950-21.38518.5812

#addec2 color RGB value is (173,222,194).

#addec2 hex color red value is 173, green value is 222 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #addec2 hue: 0.40 , saturation: 0.43 and the lightness value of addec2 is 0.77.

The process color (four color CMYK) of #addec2 color hex is 0.22, 0.00, 0.13, 0.13. Web safe color of #addec2 is #99cccc. Color #addec2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11000010
Octal 255 336 302
Decimal 173 222 194
Hex AD DE C2

RGB Percentages of Color #addec2

%29.37
%37.69
%32.94

CMYK Percentages of Color #addec2

%22
%0
%13
%13

Triadic Colors of #addec2

#addec2 #c2adde #dec2ad

Analogous Colors of #addec2

#addec2 #addedb #b1dead

Monochromatic Colors of #addec2

#addec2

Complementary Color

#addec2 #deadc9

#addec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addec2 Color CSS Codes

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

#addec2 Text Font Color

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

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


#addec2 Background Color

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

This div background color is #addec2


#addec2 Border Color

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

This div border color is #addec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addec2


Comments

No comments written yet.

Please login to write comment.