Color Hex Logo

#adddd0 Color Hex

#ADDDD0
(173,221,208)
0 Favorites   0 Comments

Color spaces of #adddd0

RGB 173221208
HSL0.450.410.77
HSV164°22°87°
CMYK 0.220.000.06   0.13
XYZ54.475265.151269.3788
Yxy65.15120.28820.3447
Hunter Lab80.7163-20.78445.5393
CIE-Lab84.5616-18.12811.2802

#adddd0 color RGB value is (173,221,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11010000
Octal 255 335 320
Decimal 173 221 208
Hex AD DD D0

RGB Percentages of Color #adddd0

%28.74
%36.71
%34.55

CMYK Percentages of Color #adddd0

%22
%0
%6
%13

Triadic Colors of #adddd0

#adddd0 #d0addd #ddd0ad

Analogous Colors of #adddd0

#adddd0 #add2dd #adddb8

Monochromatic Colors of #adddd0

#adddd0

Complementary Color

#adddd0 #ddadba

#adddd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddd0 Color CSS Codes

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

#adddd0 Text Font Color

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

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


#adddd0 Background Color

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

This div background color is #adddd0


#adddd0 Border Color

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

This div border color is #adddd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddd0


Comments

No comments written yet.

Please login to write comment.