Color Hex Logo

#adbccd Color Hex

#ADBCCD
(173,188,205)
1 Favorites   0 Comments

Color spaces of #adbccd

RGB 173188205
HSL0.590.240.74
HSV212°16°80°
CMYK 0.160.080.00   0.20
XYZ46.236249.258564.8285
Yxy49.25850.28840.3072
Hunter Lab70.1844-5.2302-5.6364
CIE-Lab75.6119-1.6446-10.3025

#adbccd color RGB value is (173,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11001101
Octal 255 274 315
Decimal 173 188 205
Hex AD BC CD

RGB Percentages of Color #adbccd

%30.57
%33.22
%36.22

CMYK Percentages of Color #adbccd

%16
%8
%0
%20

Triadic Colors of #adbccd

#adbccd #cdadbc #bccdad

Analogous Colors of #adbccd

#adbccd #aeadcd #adcccd

Monochromatic Colors of #adbccd

#adbccd

Complementary Color

#adbccd #cdbead

#adbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbccd Color CSS Codes

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

#adbccd Text Font Color

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

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


#adbccd Background Color

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

This div background color is #adbccd


#adbccd Border Color

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

This div border color is #adbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbccd


Comments

No comments written yet.

Please login to write comment.