Color Hex Logo

#adcddc Color Hex

#ADCDDC
(173,205,220)
0 Favorites   0 Comments

Color spaces of #adcddc

RGB 173205220
HSL0.550.400.77
HSV199°21°86°
CMYK 0.210.070.00   0.14
XYZ51.983257.714276.1103
Yxy57.71420.27980.3106
Hunter Lab75.9699-10.8067-6.2207
CIE-Lab80.5796-7.3968-10.9804

#adcddc color RGB value is (173,205,220).

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

The process color (four color CMYK) of #adcddc color hex is 0.21, 0.07, 0.00, 0.14. Web safe color of #adcddc is #99cccc. Color #adcddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11011100
Octal 255 315 334
Decimal 173 205 220
Hex AD CD DC

RGB Percentages of Color #adcddc

%28.93
%34.28
%36.79

CMYK Percentages of Color #adcddc

%21
%7
%0
%14

Triadic Colors of #adcddc

#adcddc #dcadcd #cddcad

Analogous Colors of #adcddc

#adcddc #adb6dc #addcd4

Monochromatic Colors of #adcddc

#adcddc

Complementary Color

#adcddc #dcbcad

#adcddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcddc Color CSS Codes

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

#adcddc Text Font Color

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

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


#adcddc Background Color

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

This div background color is #adcddc


#adcddc Border Color

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

This div border color is #adcddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcddc


Comments

No comments written yet.

Please login to write comment.