Color Hex Logo

#adcddb Color Hex

#ADCDDB
(173,205,219)
0 Favorites   0 Comments

Color spaces of #adcddb

RGB 173205219
HSL0.550.390.77
HSV198°21°86°
CMYK 0.210.060.00   0.14
XYZ51.851157.661475.4147
Yxy57.66140.28040.3118
Hunter Lab75.9351-11.0005-5.7291
CIE-Lab80.5502-7.6164-10.4888

#adcddb color RGB value is (173,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11011011
Octal 255 315 333
Decimal 173 205 219
Hex AD CD DB

RGB Percentages of Color #adcddb

%28.98
%34.34
%36.68

CMYK Percentages of Color #adcddb

%21
%6
%0
%14

Triadic Colors of #adcddb

#adcddb #dbadcd #cddbad

Analogous Colors of #adcddb

#adcddb #adb6db #addbd2

Monochromatic Colors of #adcddb

#adcddb

Complementary Color

#adcddb #dbbbad

#adcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcddb Color CSS Codes

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

#adcddb Text Font Color

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

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


#adcddb Background Color

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

This div background color is #adcddb


#adcddb Border Color

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

This div border color is #adcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcddb


Comments

No comments written yet.

Please login to write comment.