Color Hex Logo

#adcddd Color Hex

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

Color spaces of #adcddd

RGB 173205221
HSL0.560.410.77
HSV200°22°87°
CMYK 0.220.070.00   0.13
XYZ52.116057.767376.8100
Yxy57.76730.27920.3094
Hunter Lab76.0048-10.6121-6.7148
CIE-Lab80.6092-7.1765-11.4716

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

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

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

Base Numbers

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

RGB Percentages of Color #adcddd

%28.88
%34.22
%36.89

CMYK Percentages of Color #adcddd

%22
%7
%0
%13

Triadic Colors of #adcddd

#adcddd #ddadcd #cdddad

Analogous Colors of #adcddd

#adcddd #adb5dd #adddd5

Monochromatic Colors of #adcddd

#adcddd

Complementary Color

#adcddd #ddbdad

#adcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcddd Color CSS Codes

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

#adcddd Text Font Color

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

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


#adcddd Background Color

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

This div background color is #adcddd


#adcddd Border Color

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

This div border color is #adcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcddd


Comments

No comments written yet.

Please login to write comment.