Color Hex Logo

#a0bccc Color Hex

#A0BCCC
(160,188,204)
0 Favorites   0 Comments

Color spaces of #a0bccc

RGB 160188204
HSL0.560.300.71
HSV202°22°80°
CMYK 0.220.080.00   0.20
XYZ43.379547.799764.0667
Yxy47.79970.27940.3079
Hunter Lab69.1373-8.9923-6.5455
CIE-Lab74.6984-5.9787-11.2157

#a0bccc color RGB value is (160,188,204).

#a0bccc hex color red value is 160, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a0bccc hue: 0.56 , saturation: 0.30 and the lightness value of a0bccc is 0.71.

The process color (four color CMYK) of #a0bccc color hex is 0.22, 0.08, 0.00, 0.20. Web safe color of #a0bccc is #99cccc. Color #a0bccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111100 11001100
Octal 240 274 314
Decimal 160 188 204
Hex A0 BC CC

RGB Percentages of Color #a0bccc

%28.99
%34.06
%36.96

CMYK Percentages of Color #a0bccc

%22
%8
%0
%20

Triadic Colors of #a0bccc

#a0bccc #cca0bc #bccca0

Analogous Colors of #a0bccc

#a0bccc #a0a6cc #a0ccc6

Monochromatic Colors of #a0bccc

#a0bccc

Complementary Color

#a0bccc #ccb0a0

#a0bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bccc Color CSS Codes

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

#a0bccc Text Font Color

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

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


#a0bccc Background Color

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

This div background color is #a0bccc


#a0bccc Border Color

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

This div border color is #a0bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bccc


Comments

No comments written yet.

Please login to write comment.