Color Hex Logo

#a6bebd Color Hex

#A6BEBD
(166,190,189)
0 Favorites   0 Comments

Color spaces of #a6bebd

RGB 166190189
HSL0.490.160.70
HSV178°13°75°
CMYK 0.130.000.01   0.25
XYZ43.324648.608055.2429
Yxy48.60800.29440.3303
Hunter Lab69.7194-11.08671.8246
CIE-Lab75.2068-8.3325-2.2621

#a6bebd color RGB value is (166,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111110 10111101
Octal 246 276 275
Decimal 166 190 189
Hex A6 BE BD

RGB Percentages of Color #a6bebd

%30.46
%34.86
%34.68

CMYK Percentages of Color #a6bebd

%13
%0
%1
%25

Triadic Colors of #a6bebd

#a6bebd #bda6be #bebda6

Analogous Colors of #a6bebd

#a6bebd #a6b3be #a6beb1

Monochromatic Colors of #a6bebd

#a6bebd

Complementary Color

#a6bebd #bea6a7

#a6bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bebd Color CSS Codes

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

#a6bebd Text Font Color

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

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


#a6bebd Background Color

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

This div background color is #a6bebd


#a6bebd Border Color

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

This div border color is #a6bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bebd


Comments

No comments written yet.

Please login to write comment.