Color Hex Logo

#a6fac8 Color Hex

#A6FAC8
(166,250,200)
0 Favorites   0 Comments

Color spaces of #a6fac8

RGB 166250200
HSL0.400.890.82
HSV144°34°98°
CMYK 0.340.000.20   0.02
XYZ60.336880.648367.0302
Yxy80.64830.29010.3877
Hunter Lab89.8044-37.229118.6089
CIE-Lab91.9750-35.690316.0262

#a6fac8 color RGB value is (166,250,200).

#a6fac8 hex color red value is 166, green value is 250 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #a6fac8 hue: 0.40 , saturation: 0.89 and the lightness value of a6fac8 is 0.82.

The process color (four color CMYK) of #a6fac8 color hex is 0.34, 0.00, 0.20, 0.02. Web safe color of #a6fac8 is #99ffcc. Color #a6fac8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111010 11001000
Octal 246 372 310
Decimal 166 250 200
Hex A6 FA C8

RGB Percentages of Color #a6fac8

%26.95
%40.58
%32.47

CMYK Percentages of Color #a6fac8

%34
%0
%20
%2

Triadic Colors of #a6fac8

#a6fac8 #c8a6fa #fac8a6

Analogous Colors of #a6fac8

#a6fac8 #a6faf2 #aefaa6

Monochromatic Colors of #a6fac8

#a6fac8

Complementary Color

#a6fac8 #faa6d8

#a6fac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fac8 Color CSS Codes

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

#a6fac8 Text Font Color

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

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


#a6fac8 Background Color

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

This div background color is #a6fac8


#a6fac8 Border Color

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

This div border color is #a6fac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fac8


Comments

No comments written yet.

Please login to write comment.