Color Hex Logo

#adbdcd Color Hex

#ADBDCD
(173,189,205)
0 Favorites   0 Comments

Color spaces of #adbdcd

RGB 173189205
HSL0.580.240.74
HSV210°16°80°
CMYK 0.160.080.00   0.20
XYZ46.450649.687264.9000
Yxy49.68720.28840.3085
Hunter Lab70.4891-5.7289-5.2464
CIE-Lab75.8769-2.1799-9.9074

#adbdcd color RGB value is (173,189,205).

#adbdcd hex color red value is 173, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #adbdcd hue: 0.58 , saturation: 0.24 and the lightness value of adbdcd is 0.74.

The process color (four color CMYK) of #adbdcd color hex is 0.16, 0.08, 0.00, 0.20. Web safe color of #adbdcd is #99cccc. Color #adbdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11001101
Octal 255 275 315
Decimal 173 189 205
Hex AD BD CD

RGB Percentages of Color #adbdcd

%30.51
%33.33
%36.16

CMYK Percentages of Color #adbdcd

%16
%8
%0
%20

Triadic Colors of #adbdcd

#adbdcd #cdadbd #bdcdad

Analogous Colors of #adbdcd

#adbdcd #adadcd #adcdcd

Monochromatic Colors of #adbdcd

#adbdcd

Complementary Color

#adbdcd #cdbdad

#adbdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdcd Color CSS Codes

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

#adbdcd Text Font Color

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

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


#adbdcd Background Color

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

This div background color is #adbdcd


#adbdcd Border Color

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

This div border color is #adbdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdcd


Comments

No comments written yet.

Please login to write comment.