Color Hex Logo

#adc6db Color Hex

#ADC6DB
(173,198,219)
0 Favorites   0 Comments

Color spaces of #adc6db

RGB 173198219
HSL0.580.390.77
HSV207°21°86°
CMYK 0.210.100.00   0.14
XYZ50.213854.386974.8690
Yxy54.38690.27980.3030
Hunter Lab73.7475-7.5195-8.5684
CIE-Lab78.6868-3.9310-13.2737

#adc6db color RGB value is (173,198,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 11011011
Octal 255 306 333
Decimal 173 198 219
Hex AD C6 DB

RGB Percentages of Color #adc6db

%29.32
%33.56
%37.12

CMYK Percentages of Color #adc6db

%21
%10
%0
%14

Triadic Colors of #adc6db

#adc6db #dbadc6 #c6dbad

Analogous Colors of #adc6db

#adc6db #adafdb #addbd9

Monochromatic Colors of #adc6db

#adc6db

Complementary Color

#adc6db #dbc2ad

#adc6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc6db Color CSS Codes

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

#adc6db Text Font Color

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

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


#adc6db Background Color

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

This div background color is #adc6db


#adc6db Border Color

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

This div border color is #adc6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc6db


Comments

No comments written yet.

Please login to write comment.