Color Hex Logo

#adbdcc Color Hex

#ADBDCC
(173,189,204)
0 Favorites   0 Comments

Color spaces of #adbdcc

RGB 173189204
HSL0.580.230.74
HSV209°15°80°
CMYK 0.150.070.00   0.20
XYZ46.330349.639164.2662
Yxy49.63910.28910.3098
Hunter Lab70.4550-5.9170-4.7634
CIE-Lab75.8472-2.3924-9.4088

#adbdcc color RGB value is (173,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11001100
Octal 255 275 314
Decimal 173 189 204
Hex AD BD CC

RGB Percentages of Color #adbdcc

%30.57
%33.39
%36.04

CMYK Percentages of Color #adbdcc

%15
%7
%0
%20

Triadic Colors of #adbdcc

#adbdcc #ccadbd #bdccad

Analogous Colors of #adbdcc

#adbdcc #adaecc #adcccc

Monochromatic Colors of #adbdcc

#adbdcc

Complementary Color

#adbdcc #ccbcad

#adbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdcc Color CSS Codes

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

#adbdcc Text Font Color

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

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


#adbdcc Background Color

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

This div background color is #adbdcc


#adbdcc Border Color

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

This div border color is #adbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdcc


Comments

No comments written yet.

Please login to write comment.