Color Hex Logo

#added9 Color Hex

#ADDED9
(173,222,217)
0 Favorites   0 Comments

Color spaces of #added9

RGB 173222217
HSL0.480.430.77
HSV174°22°87°
CMYK 0.220.000.02   0.13
XYZ55.879266.136575.4661
Yxy66.13650.28300.3349
Hunter Lab81.3244-19.66751.9080
CIE-Lab85.0660-16.7644-2.7431

#added9 color RGB value is (173,222,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11011001
Octal 255 336 331
Decimal 173 222 217
Hex AD DE D9

RGB Percentages of Color #added9

%28.27
%36.27
%35.46

CMYK Percentages of Color #added9

%22
%0
%2
%13

Triadic Colors of #added9

#added9 #d9adde #ded9ad

Analogous Colors of #added9

#added9 #adcbde #addec1

Monochromatic Colors of #added9

#added9

Complementary Color

#added9 #deadb2

#added9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#added9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#added9 Color CSS Codes

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

#added9 Text Font Color

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

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


#added9 Background Color

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

This div background color is #added9


#added9 Border Color

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

This div border color is #added9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #added9


Comments

No comments written yet.

Please login to write comment.