Color Hex Logo

#adddb9 Color Hex

#ADDDB9
(173,221,185)
0 Favorites   0 Comments

Color spaces of #adddb9

RGB 173221185
HSL0.380.410.77
HSV135°22°87°
CMYK 0.220.000.16   0.13
XYZ51.847064.099955.5388
Yxy64.09990.30230.3738
Hunter Lab80.0624-24.515814.9146
CIE-Lab84.0178-22.573712.6449

#adddb9 color RGB value is (173,221,185).

#adddb9 hex color red value is 173, green value is 221 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #adddb9 hue: 0.38 , saturation: 0.41 and the lightness value of adddb9 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 10111001
Octal 255 335 271
Decimal 173 221 185
Hex AD DD B9

RGB Percentages of Color #adddb9

%29.88
%38.17
%31.95

CMYK Percentages of Color #adddb9

%22
%0
%16
%13

Triadic Colors of #adddb9

#adddb9 #b9addd #ddb9ad

Analogous Colors of #adddb9

#adddb9 #adddd1 #b9ddad

Monochromatic Colors of #adddb9

#adddb9

Complementary Color

#adddb9 #ddadd1

#adddb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddb9 Color CSS Codes

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

#adddb9 Text Font Color

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

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


#adddb9 Background Color

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

This div background color is #adddb9


#adddb9 Border Color

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

This div border color is #adddb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddb9


Comments

No comments written yet.

Please login to write comment.