Color Hex Logo

#adddcd Color Hex

#ADDDCD
(173,221,205)
0 Favorites   0 Comments

Color spaces of #adddcd

RGB 173221205
HSL0.440.410.77
HSV160°22°87°
CMYK 0.220.000.07   0.13
XYZ54.109565.004967.4529
Yxy65.00490.29000.3484
Hunter Lab80.6256-21.29986.8348
CIE-Lab84.4863-18.73492.7578

#adddcd color RGB value is (173,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11001101
Octal 255 335 315
Decimal 173 221 205
Hex AD DD CD

RGB Percentages of Color #adddcd

%28.88
%36.89
%34.22

CMYK Percentages of Color #adddcd

%22
%0
%7
%13

Triadic Colors of #adddcd

#adddcd #cdaddd #ddcdad

Analogous Colors of #adddcd

#adddcd #add5dd #adddb5

Monochromatic Colors of #adddcd

#adddcd

Complementary Color

#adddcd #ddadbd

#adddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddcd Color CSS Codes

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

#adddcd Text Font Color

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

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


#adddcd Background Color

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

This div background color is #adddcd


#adddcd Border Color

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

This div border color is #adddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddcd


Comments

No comments written yet.

Please login to write comment.