Color Hex Logo

#a6facc Color Hex

#A6FACC
(166,250,204)
0 Favorites   0 Comments

Color spaces of #a6facc

RGB 166250204
HSL0.410.890.82
HSV147°34°98°
CMYK 0.340.000.18   0.02
XYZ60.810680.837869.5250
Yxy80.83780.28800.3828
Hunter Lab89.9098-36.613617.0894
CIE-Lab92.0595-34.932614.0868

#a6facc color RGB value is (166,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111010 11001100
Octal 246 372 314
Decimal 166 250 204
Hex A6 FA CC

RGB Percentages of Color #a6facc

%26.77
%40.32
%32.90

CMYK Percentages of Color #a6facc

%34
%0
%18
%2

Triadic Colors of #a6facc

#a6facc #cca6fa #facca6

Analogous Colors of #a6facc

#a6facc #a6faf6 #aafaa6

Monochromatic Colors of #a6facc

#a6facc

Complementary Color

#a6facc #faa6d4

#a6facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6facc Color CSS Codes

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

#a6facc Text Font Color

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

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


#a6facc Background Color

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

This div background color is #a6facc


#a6facc Border Color

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

This div border color is #a6facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6facc

Related Colors


Comments

No comments written yet.

Please login to write comment.