Color Hex Logo

#a6bccf Color Hex

#A6BCCF
(166,188,207)
0 Favorites   0 Comments

Color spaces of #a6bccf

RGB 166188207
HSL0.580.300.73
HSV208°20°81°
CMYK 0.200.090.00   0.19
XYZ44.971648.578466.0378
Yxy48.57840.28180.3044
Hunter Lab69.6982-6.7977-7.3875
CIE-Lab75.1883-3.4371-12.0725

#a6bccf color RGB value is (166,188,207).

#a6bccf hex color red value is 166, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a6bccf hue: 0.58 , saturation: 0.30 and the lightness value of a6bccf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111100 11001111
Octal 246 274 317
Decimal 166 188 207
Hex A6 BC CF

RGB Percentages of Color #a6bccf

%29.59
%33.51
%36.90

CMYK Percentages of Color #a6bccf

%20
%9
%0
%19

Triadic Colors of #a6bccf

#a6bccf #cfa6bc #bccfa6

Analogous Colors of #a6bccf

#a6bccf #a6a8cf #a6cfce

Monochromatic Colors of #a6bccf

#a6bccf

Complementary Color

#a6bccf #cfb9a6

#a6bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bccf Color CSS Codes

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

#a6bccf Text Font Color

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

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


#a6bccf Background Color

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

This div background color is #a6bccf


#a6bccf Border Color

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

This div border color is #a6bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bccf


Comments

No comments written yet.

Please login to write comment.