Color Hex Logo

#addec7 Color Hex

#ADDEC7
(173,222,199)
0 Favorites   0 Comments

Color spaces of #addec7

RGB 173222199
HSL0.420.430.77
HSV152°22°87°
CMYK 0.220.000.10   0.13
XYZ53.663765.250363.7990
Yxy65.25030.29370.3571
Hunter Lab80.7777-22.77659.7165
CIE-Lab84.6126-20.42056.1114

#addec7 color RGB value is (173,222,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11000111
Octal 255 336 307
Decimal 173 222 199
Hex AD DE C7

RGB Percentages of Color #addec7

%29.12
%37.37
%33.50

CMYK Percentages of Color #addec7

%22
%0
%10
%13

Triadic Colors of #addec7

#addec7 #c7adde #dec7ad

Analogous Colors of #addec7

#addec7 #adddde #addeaf

Monochromatic Colors of #addec7

#addec7

Complementary Color

#addec7 #deadc4

#addec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addec7 Color CSS Codes

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

#addec7 Text Font Color

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

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


#addec7 Background Color

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

This div background color is #addec7


#addec7 Border Color

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

This div border color is #addec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addec7


Comments

No comments written yet.

Please login to write comment.