Color Hex Logo

#addcdd Color Hex

#ADDCDD
(173,220,221)
0 Favorites   0 Comments

Color spaces of #addcdd

RGB 173220221
HSL0.500.410.77
HSV181°22°87°
CMYK 0.220.000.00   0.13
XYZ55.877965.291178.0640
Yxy65.29110.28050.3277
Hunter Lab80.8029-17.9664-0.7183
CIE-Lab84.6335-14.9035-5.4969

#addcdd color RGB value is (173,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 11011101
Octal 255 334 335
Decimal 173 220 221
Hex AD DC DD

RGB Percentages of Color #addcdd

%28.18
%35.83
%35.99

CMYK Percentages of Color #addcdd

%22
%0
%0
%13

Triadic Colors of #addcdd

#addcdd #ddaddc #dcddad

Analogous Colors of #addcdd

#addcdd #adc4dd #adddc6

Monochromatic Colors of #addcdd

#addcdd

Complementary Color

#addcdd #ddaead

#addcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcdd Color CSS Codes

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

#addcdd Text Font Color

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

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


#addcdd Background Color

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

This div background color is #addcdd


#addcdd Border Color

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

This div border color is #addcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcdd


Comments

No comments written yet.

Please login to write comment.