Color Hex Logo

#adbccb Color Hex

#ADBCCB
(173,188,203)
0 Favorites   0 Comments

Color spaces of #adbccb

RGB 173188203
HSL0.580.220.74
HSV210°15°80°
CMYK 0.150.070.00   0.20
XYZ45.996349.162563.5650
Yxy49.16250.28980.3097
Hunter Lab70.1160-5.6064-4.6693
CIE-Lab75.5523-2.0691-9.3049

#adbccb color RGB value is (173,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11001011
Octal 255 274 313
Decimal 173 188 203
Hex AD BC CB

RGB Percentages of Color #adbccb

%30.67
%33.33
%35.99

CMYK Percentages of Color #adbccb

%15
%7
%0
%20

Triadic Colors of #adbccb

#adbccb #cbadbc #bccbad

Analogous Colors of #adbccb

#adbccb #adadcb #adcbcb

Monochromatic Colors of #adbccb

#adbccb

Complementary Color

#adbccb #cbbcad

#adbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbccb Color CSS Codes

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

#adbccb Text Font Color

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

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


#adbccb Background Color

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

This div background color is #adbccb


#adbccb Border Color

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

This div border color is #adbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbccb


Comments

No comments written yet.

Please login to write comment.