Color Hex Logo

#adbcdc Color Hex

#ADBCDC
(173,188,220)
0 Favorites   0 Comments

Color spaces of #adbcdc

RGB 173188220
HSL0.610.400.77
HSV221°21°86°
CMYK 0.210.150.00   0.14
XYZ48.135150.018074.8276
Yxy50.01800.27830.2892
Hunter Lab70.7234-2.2770-13.2243
CIE-Lab76.08031.6475-17.7351

#adbcdc color RGB value is (173,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11011100
Octal 255 274 334
Decimal 173 188 220
Hex AD BC DC

RGB Percentages of Color #adbcdc

%29.78
%32.36
%37.87

CMYK Percentages of Color #adbcdc

%21
%15
%0
%14

Triadic Colors of #adbcdc

#adbcdc #dcadbc #bcdcad

Analogous Colors of #adbcdc

#adbcdc #b6addc #add4dc

Monochromatic Colors of #adbcdc

#adbcdc

Complementary Color

#adbcdc #dccdad

#adbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcdc Color CSS Codes

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

#adbcdc Text Font Color

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

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


#adbcdc Background Color

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

This div background color is #adbcdc


#adbcdc Border Color

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

This div border color is #adbcdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,188,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #adbcdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcdc


Comments

No comments written yet.

Please login to write comment.