Color Hex Logo

#a0bccf Color Hex

#A0BCCF
(160,188,207)
0 Favorites   0 Comments

Color spaces of #a0bccf

RGB 160188207
HSL0.570.330.72
HSV204°23°81°
CMYK 0.230.090.00   0.19
XYZ43.742947.945065.9803
Yxy47.94500.27740.3041
Hunter Lab69.2423-8.4091-8.0272
CIE-Lab74.7902-5.3024-12.7097

#a0bccf color RGB value is (160,188,207).

#a0bccf hex color red value is 160, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a0bccf hue: 0.57 , saturation: 0.33 and the lightness value of a0bccf is 0.72.

The process color (four color CMYK) of #a0bccf color hex is 0.23, 0.09, 0.00, 0.19. Web safe color of #a0bccf is #99cccc. Color #a0bccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111100 11001111
Octal 240 274 317
Decimal 160 188 207
Hex A0 BC CF

RGB Percentages of Color #a0bccf

%28.83
%33.87
%37.30

CMYK Percentages of Color #a0bccf

%23
%9
%0
%19

Triadic Colors of #a0bccf

#a0bccf #cfa0bc #bccfa0

Analogous Colors of #a0bccf

#a0bccf #a0a5cf #a0cfcb

Monochromatic Colors of #a0bccf

#a0bccf

Complementary Color

#a0bccf #cfb3a0

#a0bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bccf Color CSS Codes

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

#a0bccf Text Font Color

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

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


#a0bccf Background Color

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

This div background color is #a0bccf


#a0bccf Border Color

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

This div border color is #a0bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bccf


Comments

No comments written yet.

Please login to write comment.