Color Hex Logo

#a6bebf Color Hex

#A6BEBF
(166,190,191)
0 Favorites   0 Comments

Color spaces of #a6bebf

RGB 166190191
HSL0.510.160.70
HSV182°13°75°
CMYK 0.130.010.00   0.25
XYZ43.543348.695556.3944
Yxy48.69550.29300.3276
Hunter Lab69.7822-10.73670.9323
CIE-Lab75.2615-7.9218-3.2685

#a6bebf color RGB value is (166,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111110 10111111
Octal 246 276 277
Decimal 166 190 191
Hex A6 BE BF

RGB Percentages of Color #a6bebf

%30.35
%34.73
%34.92

CMYK Percentages of Color #a6bebf

%13
%1
%0
%25

Triadic Colors of #a6bebf

#a6bebf #bfa6be #bebfa6

Analogous Colors of #a6bebf

#a6bebf #a6b2bf #a6bfb4

Monochromatic Colors of #a6bebf

#a6bebf

Complementary Color

#a6bebf #bfa7a6

#a6bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bebf Color CSS Codes

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

#a6bebf Text Font Color

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

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


#a6bebf Background Color

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

This div background color is #a6bebf


#a6bebf Border Color

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

This div border color is #a6bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bebf


Comments

No comments written yet.

Please login to write comment.