Color Hex Logo

#addec9 Color Hex

#ADDEC9
(173,222,201)
0 Favorites   0 Comments

Color spaces of #addec9

RGB 173222201
HSL0.430.430.77
HSV154°22°87°
CMYK 0.220.000.09   0.13
XYZ53.897565.343865.0303
Yxy65.34380.29250.3546
Hunter Lab80.8355-22.44638.8874
CIE-Lab84.6606-20.02825.1244

#addec9 color RGB value is (173,222,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11001001
Octal 255 336 311
Decimal 173 222 201
Hex AD DE C9

RGB Percentages of Color #addec9

%29.03
%37.25
%33.72

CMYK Percentages of Color #addec9

%22
%0
%9
%13

Triadic Colors of #addec9

#addec9 #c9adde #dec9ad

Analogous Colors of #addec9

#addec9 #addbde #addeb1

Monochromatic Colors of #addec9

#addec9

Complementary Color

#addec9 #deadc2

#addec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addec9 Color CSS Codes

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

#addec9 Text Font Color

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

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


#addec9 Background Color

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

This div background color is #addec9


#addec9 Border Color

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

This div border color is #addec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addec9


Comments

No comments written yet.

Please login to write comment.