Color Hex Logo

#adccdb Color Hex

#ADCCDB
(173,204,219)
0 Favorites   0 Comments

Color spaces of #adccdb

RGB 173204219
HSL0.550.390.77
HSV200°21°86°
CMYK 0.210.070.00   0.14
XYZ51.612657.184475.3353
Yxy57.18440.28030.3106
Hunter Lab75.6204-10.5054-6.1322
CIE-Lab80.2832-7.0931-10.8870

#adccdb color RGB value is (173,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11011011
Octal 255 314 333
Decimal 173 204 219
Hex AD CC DB

RGB Percentages of Color #adccdb

%29.03
%34.23
%36.74

CMYK Percentages of Color #adccdb

%21
%7
%0
%14

Triadic Colors of #adccdb

#adccdb #dbadcc #ccdbad

Analogous Colors of #adccdb

#adccdb #adb5db #addbd3

Monochromatic Colors of #adccdb

#adccdb

Complementary Color

#adccdb #dbbcad

#adccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccdb Color CSS Codes

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

#adccdb Text Font Color

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

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


#adccdb Background Color

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

This div background color is #adccdb


#adccdb Border Color

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

This div border color is #adccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccdb


Comments

No comments written yet.

Please login to write comment.