Color Hex Logo

#adb8cc Color Hex

#ADB8CC
(173,184,204)
0 Favorites   0 Comments

Color spaces of #adb8cc

RGB 173184204
HSL0.610.230.74
HSV219°15°80°
CMYK 0.150.100.00   0.20
XYZ45.273247.524863.9138
Yxy47.52480.28890.3033
Hunter Lab68.9382-3.4172-6.7120
CIE-Lab74.52420.2943-11.3827

#adb8cc color RGB value is (173,184,204).

#adb8cc hex color red value is 173, green value is 184 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #adb8cc hue: 0.61 , saturation: 0.23 and the lightness value of adb8cc is 0.74.

The process color (four color CMYK) of #adb8cc color hex is 0.15, 0.10, 0.00, 0.20. Web safe color of #adb8cc is #99cccc. Color #adb8cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 11001100
Octal 255 270 314
Decimal 173 184 204
Hex AD B8 CC

RGB Percentages of Color #adb8cc

%30.84
%32.80
%36.36

CMYK Percentages of Color #adb8cc

%15
%10
%0
%20

Triadic Colors of #adb8cc

#adb8cc #ccadb8 #b8ccad

Analogous Colors of #adb8cc

#adb8cc #b2adcc #adc8cc

Monochromatic Colors of #adb8cc

#adb8cc

Complementary Color

#adb8cc #ccc1ad

#adb8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb8cc Color CSS Codes

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

#adb8cc Text Font Color

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

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


#adb8cc Background Color

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

This div background color is #adb8cc


#adb8cc Border Color

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

This div border color is #adb8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb8cc


Comments

No comments written yet.

Please login to write comment.