Color Hex Logo

#adcbdd Color Hex

#ADCBDD
(173,203,221)
0 Favorites   0 Comments

Color spaces of #adcbdd

RGB 173203221
HSL0.560.410.77
HSV203°22°87°
CMYK 0.220.080.00   0.13
XYZ51.640756.816676.6516
Yxy56.81660.27900.3069
Hunter Lab75.3768-9.6189-7.5290
CIE-Lab80.0763-6.1274-12.2680

#adcbdd color RGB value is (173,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11011101
Octal 255 313 335
Decimal 173 203 221
Hex AD CB DD

RGB Percentages of Color #adcbdd

%28.98
%34.00
%37.02

CMYK Percentages of Color #adcbdd

%22
%8
%0
%13

Triadic Colors of #adcbdd

#adcbdd #ddadcb #cbddad

Analogous Colors of #adcbdd

#adcbdd #adb3dd #adddd7

Monochromatic Colors of #adcbdd

#adcbdd

Complementary Color

#adcbdd #ddbfad

#adcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbdd Color CSS Codes

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

#adcbdd Text Font Color

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

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


#adcbdd Background Color

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

This div background color is #adcbdd


#adcbdd Border Color

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

This div border color is #adcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbdd

#adcbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.