Color Hex Logo

#a0bcdc Color Hex

#A0BCDC
(160,188,220)
0 Favorites   0 Comments

Color spaces of #a0bcdc

RGB 160188220
HSL0.590.460.75
HSV212°27°86°
CMYK 0.270.150.00   0.14
XYZ45.398748.607374.6995
Yxy48.60730.26910.2881
Hunter Lab69.7189-5.7748-14.7223
CIE-Lab75.2064-2.2855-19.1411

#a0bcdc color RGB value is (160,188,220).

#a0bcdc hex color red value is 160, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a0bcdc hue: 0.59 , saturation: 0.46 and the lightness value of a0bcdc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111100 11011100
Octal 240 274 334
Decimal 160 188 220
Hex A0 BC DC

RGB Percentages of Color #a0bcdc

%28.17
%33.10
%38.73

CMYK Percentages of Color #a0bcdc

%27
%15
%0
%14

Triadic Colors of #a0bcdc

#a0bcdc #dca0bc #bcdca0

Analogous Colors of #a0bcdc

#a0bcdc #a2a0dc #a0dadc

Monochromatic Colors of #a0bcdc

#a0bcdc

Complementary Color

#a0bcdc #dcc0a0

#a0bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bcdc Color CSS Codes

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

#a0bcdc Text Font Color

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

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


#a0bcdc Background Color

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

This div background color is #a0bcdc


#a0bcdc Border Color

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

This div border color is #a0bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bcdc


Comments

No comments written yet.

Please login to write comment.