Color Hex Logo

#a0bfcc Color Hex

#A0BFCC
(160,191,204)
0 Favorites   0 Comments

Color spaces of #a0bfcc

RGB 160191204
HSL0.550.300.71
HSV198°22°80°
CMYK 0.220.060.00   0.20
XYZ44.027149.094864.2825
Yxy49.09480.27970.3119
Hunter Lab70.0677-10.4578-5.3473
CIE-Lab75.5103-7.5718-10.0039

#a0bfcc color RGB value is (160,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111111 11001100
Octal 240 277 314
Decimal 160 191 204
Hex A0 BF CC

RGB Percentages of Color #a0bfcc

%28.83
%34.41
%36.76

CMYK Percentages of Color #a0bfcc

%22
%6
%0
%20

Triadic Colors of #a0bfcc

#a0bfcc #cca0bf #bfcca0

Analogous Colors of #a0bfcc

#a0bfcc #a0a9cc #a0ccc3

Monochromatic Colors of #a0bfcc

#a0bfcc

Complementary Color

#a0bfcc #ccada0

#a0bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bfcc Color CSS Codes

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

#a0bfcc Text Font Color

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

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


#a0bfcc Background Color

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

This div background color is #a0bfcc


#a0bfcc Border Color

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

This div border color is #a0bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bfcc


Comments

No comments written yet.

Please login to write comment.