Color Hex Logo

#add1b9 Color Hex

#ADD1B9
(173,209,185)
0 Favorites   0 Comments

Color spaces of #add1b9

RGB 173209185
HSL0.390.280.75
HSV140°17°82°
CMYK 0.170.000.11   0.18
XYZ48.791057.987954.5202
Yxy57.98790.30250.3595
Hunter Lab76.1498-18.892910.8556
CIE-Lab80.7321-16.60117.9629

#add1b9 color RGB value is (173,209,185).

#add1b9 hex color red value is 173, green value is 209 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #add1b9 hue: 0.39 , saturation: 0.28 and the lightness value of add1b9 is 0.75.

The process color (four color CMYK) of #add1b9 color hex is 0.17, 0.00, 0.11, 0.18. Web safe color of #add1b9 is #99cccc. Color #add1b9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 10111001
Octal 255 321 271
Decimal 173 209 185
Hex AD D1 B9

RGB Percentages of Color #add1b9

%30.51
%36.86
%32.63

CMYK Percentages of Color #add1b9

%17
%0
%11
%18

Triadic Colors of #add1b9

#add1b9 #b9add1 #d1b9ad

Analogous Colors of #add1b9

#add1b9 #add1cb #b3d1ad

Monochromatic Colors of #add1b9

#add1b9

Complementary Color

#add1b9 #d1adc5

#add1b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add1b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add1b9 Color CSS Codes

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

#add1b9 Text Font Color

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

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


#add1b9 Background Color

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

This div background color is #add1b9


#add1b9 Border Color

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

This div border color is #add1b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add1b9


Comments

No comments written yet.

Please login to write comment.