Color Hex Logo

#adcbdb Color Hex

#ADCBDB
(173,203,219)
0 Favorites   0 Comments

Color spaces of #adcbdb

RGB 173203219
HSL0.560.390.77
HSV201°21°86°
CMYK 0.210.070.00   0.14
XYZ51.375756.710675.2563
Yxy56.71060.28020.3093
Hunter Lab75.3064-10.0097-6.5360
CIE-Lab80.0165-6.5688-11.2849

#adcbdb color RGB value is (173,203,219).

#adcbdb hex color red value is 173, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #adcbdb hue: 0.56 , saturation: 0.39 and the lightness value of adcbdb is 0.77.

The process color (four color CMYK) of #adcbdb color hex is 0.21, 0.07, 0.00, 0.14. Web safe color of #adcbdb is #99cccc. Color #adcbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11011011
Octal 255 313 333
Decimal 173 203 219
Hex AD CB DB

RGB Percentages of Color #adcbdb

%29.08
%34.12
%36.81

CMYK Percentages of Color #adcbdb

%21
%7
%0
%14

Triadic Colors of #adcbdb

#adcbdb #dbadcb #cbdbad

Analogous Colors of #adcbdb

#adcbdb #adb4db #addbd4

Monochromatic Colors of #adcbdb

#adcbdb

Complementary Color

#adcbdb #dbbdad

#adcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbdb Color CSS Codes

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

#adcbdb Text Font Color

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

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


#adcbdb Background Color

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

This div background color is #adcbdb


#adcbdb Border Color

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

This div border color is #adcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbdb


Comments

No comments written yet.

Please login to write comment.