Color Hex Logo

#a6ffcc Color Hex

#A6FFCC
(166,255,204)
0 Favorites   0 Comments

Color spaces of #a6ffcc

RGB 166255204
HSL0.401.000.83
HSV146°35°100°
CMYK 0.350.000.20   0.00
XYZ62.385083.986670.0497
Yxy83.98660.28830.3881
Hunter Lab91.6442-38.867018.8317
CIE-Lab93.4447-37.216816.0429

#a6ffcc color RGB value is (166,255,204).

#a6ffcc hex color red value is 166, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a6ffcc hue: 0.40 , saturation: 1.00 and the lightness value of a6ffcc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111111 11001100
Octal 246 377 314
Decimal 166 255 204
Hex A6 FF CC

RGB Percentages of Color #a6ffcc

%26.56
%40.80
%32.64

CMYK Percentages of Color #a6ffcc

%35
%0
%20
%0

Triadic Colors of #a6ffcc

#a6ffcc #cca6ff #ffcca6

Analogous Colors of #a6ffcc

#a6ffcc #a6fff9 #adffa6

Monochromatic Colors of #a6ffcc

#a6ffcc

Complementary Color

#a6ffcc #ffa6d9

#a6ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ffcc Color CSS Codes

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

#a6ffcc Text Font Color

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

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


#a6ffcc Background Color

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

This div background color is #a6ffcc


#a6ffcc Border Color

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

This div border color is #a6ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ffcc

#a6ffcc Color Palettes


Comments

No comments written yet.

Please login to write comment.