Color Hex Logo

#a6bbbe Color Hex

#A6BBBE
(166,187,190)
0 Favorites   0 Comments

Color spaces of #a6bbbe

RGB 166187190
HSL0.520.160.70
HSV188°13°75°
CMYK 0.130.020.00   0.25
XYZ42.790547.365355.6023
Yxy47.36530.29360.3250
Hunter Lab68.8225-9.45660.2748
CIE-Lab74.4228-6.5411-3.9590

#a6bbbe color RGB value is (166,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111011 10111110
Octal 246 273 276
Decimal 166 187 190
Hex A6 BB BE

RGB Percentages of Color #a6bbbe

%30.57
%34.44
%34.99

CMYK Percentages of Color #a6bbbe

%13
%2
%0
%25

Triadic Colors of #a6bbbe

#a6bbbe #bea6bb #bbbea6

Analogous Colors of #a6bbbe

#a6bbbe #a6afbe #a6beb5

Monochromatic Colors of #a6bbbe

#a6bbbe

Complementary Color

#a6bbbe #bea9a6

#a6bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bbbe Color CSS Codes

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

#a6bbbe Text Font Color

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

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


#a6bbbe Background Color

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

This div background color is #a6bbbe


#a6bbbe Border Color

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

This div border color is #a6bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bbbe


Comments

No comments written yet.

Please login to write comment.