Color Hex Logo

#adbddb Color Hex

#ADBDDB
(173,189,219)
0 Favorites   0 Comments

Color spaces of #adbddb

RGB 173189219
HSL0.610.390.77
HSV219°21°86°
CMYK 0.210.140.00   0.14
XYZ48.217450.393974.2035
Yxy50.39390.27900.2916
Hunter Lab70.9887-2.9882-12.2830
CIE-Lab76.31040.8828-16.8463

#adbddb color RGB value is (173,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11011011
Octal 255 275 333
Decimal 173 189 219
Hex AD BD DB

RGB Percentages of Color #adbddb

%29.78
%32.53
%37.69

CMYK Percentages of Color #adbddb

%21
%14
%0
%14

Triadic Colors of #adbddb

#adbddb #dbadbd #bddbad

Analogous Colors of #adbddb

#adbddb #b4addb #add4db

Monochromatic Colors of #adbddb

#adbddb

Complementary Color

#adbddb #dbcbad

#adbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbddb Color CSS Codes

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

#adbddb Text Font Color

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

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


#adbddb Background Color

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

This div background color is #adbddb


#adbddb Border Color

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

This div border color is #adbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbddb


Comments

No comments written yet.

Please login to write comment.