Color Hex Logo

#a6bcbf Color Hex

#A6BCBF
(166,188,191)
0 Favorites   0 Comments

Color spaces of #a6bcbf

RGB 166188191
HSL0.520.160.70
HSV187°13°75°
CMYK 0.130.020.00   0.25
XYZ43.113147.835056.2510
Yxy47.83500.29290.3250
Hunter Lab69.1629-9.76590.1927
CIE-Lab74.7207-6.8646-4.0646

#a6bcbf color RGB value is (166,188,191).

#a6bcbf hex color red value is 166, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a6bcbf hue: 0.52 , saturation: 0.16 and the lightness value of a6bcbf is 0.70.

The process color (four color CMYK) of #a6bcbf color hex is 0.13, 0.02, 0.00, 0.25. Web safe color of #a6bcbf is #99cccc. Color #a6bcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111100 10111111
Octal 246 274 277
Decimal 166 188 191
Hex A6 BC BF

RGB Percentages of Color #a6bcbf

%30.46
%34.50
%35.05

CMYK Percentages of Color #a6bcbf

%13
%2
%0
%25

Triadic Colors of #a6bcbf

#a6bcbf #bfa6bc #bcbfa6

Analogous Colors of #a6bcbf

#a6bcbf #a6b0bf #a6bfb6

Monochromatic Colors of #a6bcbf

#a6bcbf

Complementary Color

#a6bcbf #bfa9a6

#a6bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bcbf Color CSS Codes

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

#a6bcbf Text Font Color

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

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


#a6bcbf Background Color

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

This div background color is #a6bcbf


#a6bcbf Border Color

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

This div border color is #a6bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bcbf


Comments

No comments written yet.

Please login to write comment.