Color Hex Logo

#adbcdb Color Hex

#ADBCDB
(173,188,219)
0 Favorites   0 Comments

Color spaces of #adbcdb

RGB 173188219
HSL0.610.390.77
HSV220°21°86°
CMYK 0.210.140.00   0.14
XYZ48.003049.965174.1320
Yxy49.96510.27890.2903
Hunter Lab70.6860-2.4808-12.7002
CIE-Lab76.04781.4226-17.2425

#adbcdb color RGB value is (173,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11011011
Octal 255 274 333
Decimal 173 188 219
Hex AD BC DB

RGB Percentages of Color #adbcdb

%29.83
%32.41
%37.76

CMYK Percentages of Color #adbcdb

%21
%14
%0
%14

Triadic Colors of #adbcdb

#adbcdb #dbadbc #bcdbad

Analogous Colors of #adbcdb

#adbcdb #b5addb #add3db

Monochromatic Colors of #adbcdb

#adbcdb

Complementary Color

#adbcdb #dbccad

#adbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcdb Color CSS Codes

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

#adbcdb Text Font Color

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

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


#adbcdb Background Color

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

This div background color is #adbcdb


#adbcdb Border Color

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

This div border color is #adbcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcdb


Comments

No comments written yet.

Please login to write comment.