Color Hex Logo

#adbecd Color Hex

#ADBECD
(173,190,205)
0 Favorites   0 Comments

Color spaces of #adbecd

RGB 173190205
HSL0.580.240.74
HSV208°16°80°
CMYK 0.160.070.00   0.20
XYZ46.666550.118964.9719
Yxy50.11890.28850.3098
Hunter Lab70.7947-6.2270-4.8572
CIE-Lab76.1422-2.7143-9.5121

#adbecd color RGB value is (173,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11001101
Octal 255 276 315
Decimal 173 190 205
Hex AD BE CD

RGB Percentages of Color #adbecd

%30.46
%33.45
%36.09

CMYK Percentages of Color #adbecd

%16
%7
%0
%20

Triadic Colors of #adbecd

#adbecd #cdadbe #becdad

Analogous Colors of #adbecd

#adbecd #adaecd #adcdcc

Monochromatic Colors of #adbecd

#adbecd

Complementary Color

#adbecd #cdbcad

#adbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbecd Color CSS Codes

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

#adbecd Text Font Color

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

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


#adbecd Background Color

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

This div background color is #adbecd


#adbecd Border Color

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

This div border color is #adbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbecd


Comments

No comments written yet.

Please login to write comment.