Color Hex Logo

#adbcdd Color Hex

#ADBCDD
(173,188,221)
0 Favorites   0 Comments

Color spaces of #adbcdd

RGB 173188221
HSL0.610.410.77
HSV221°22°87°
CMYK 0.220.150.00   0.13
XYZ48.267950.071175.5273
Yxy50.07110.27760.2880
Hunter Lab70.7609-2.0721-13.7510
CIE-Lab76.11291.8733-18.2274

#adbcdd color RGB value is (173,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11011101
Octal 255 274 335
Decimal 173 188 221
Hex AD BC DD

RGB Percentages of Color #adbcdd

%29.73
%32.30
%37.97

CMYK Percentages of Color #adbcdd

%22
%15
%0
%13

Triadic Colors of #adbcdd

#adbcdd #ddadbc #bcddad

Analogous Colors of #adbcdd

#adbcdd #b6addd #add4dd

Monochromatic Colors of #adbcdd

#adbcdd

Complementary Color

#adbcdd #ddcead

#adbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcdd Color CSS Codes

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

#adbcdd Text Font Color

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

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


#adbcdd Background Color

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

This div background color is #adbcdd


#adbcdd Border Color

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

This div border color is #adbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcdd


Comments

No comments written yet.

Please login to write comment.