Color Hex Logo

#added1 Color Hex

#ADDED1
(173,222,209)
0 Favorites   0 Comments

Color spaces of #added1

RGB 173222209
HSL0.460.430.77
HSV164°22°87°
CMYK 0.220.000.06   0.13
XYZ54.863565.730270.1172
Yxy65.73020.28770.3447
Hunter Lab81.0742-21.08755.4748
CIE-Lab84.8586-18.42391.1839

#added1 color RGB value is (173,222,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11010001
Octal 255 336 321
Decimal 173 222 209
Hex AD DE D1

RGB Percentages of Color #added1

%28.64
%36.75
%34.60

CMYK Percentages of Color #added1

%22
%0
%6
%13

Triadic Colors of #added1

#added1 #d1adde #ded1ad

Analogous Colors of #added1

#added1 #add3de #addeb9

Monochromatic Colors of #added1

#added1

Complementary Color

#added1 #deadba

#added1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#added1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#added1 Color CSS Codes

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

#added1 Text Font Color

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

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


#added1 Background Color

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

This div background color is #added1


#added1 Border Color

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

This div border color is #added1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #added1


Comments

No comments written yet.

Please login to write comment.