Color Hex Logo

#a6bfae Color Hex

#A6BFAE
(166,191,174)
0 Favorites   0 Comments

Color spaces of #a6bfae

RGB 166191174
HSL0.390.160.70
HSV139°13°75°
CMYK 0.130.000.09   0.25
XYZ41.996748.424647.1778
Yxy48.42460.30520.3519
Hunter Lab69.5878-14.05278.5151
CIE-Lab75.0920-11.80975.7143

#a6bfae color RGB value is (166,191,174).

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

The process color (four color CMYK) of #a6bfae color hex is 0.13, 0.00, 0.09, 0.25. Web safe color of #a6bfae is #99cc99. Color #a6bfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111111 10101110
Octal 246 277 256
Decimal 166 191 174
Hex A6 BF AE

RGB Percentages of Color #a6bfae

%31.26
%35.97
%32.77

CMYK Percentages of Color #a6bfae

%13
%0
%9
%25

Triadic Colors of #a6bfae

#a6bfae #aea6bf #bfaea6

Analogous Colors of #a6bfae

#a6bfae #a6bfbb #abbfa6

Monochromatic Colors of #a6bfae

#a6bfae

Complementary Color

#a6bfae #bfa6b7

#a6bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bfae Color CSS Codes

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

#a6bfae Text Font Color

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

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


#a6bfae Background Color

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

This div background color is #a6bfae


#a6bfae Border Color

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

This div border color is #a6bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bfae


Comments

No comments written yet.

Please login to write comment.