Color Hex Logo

#a6fccf Color Hex

#A6FCCF
(166,252,207)
0 Favorites   0 Comments

Color spaces of #a6fccf

RGB 166252207
HSL0.410.930.82
HSV149°34°99°
CMYK 0.340.000.18   0.01
XYZ61.798882.232871.6469
Yxy82.23280.28650.3813
Hunter Lab90.6823-37.048616.6334
CIE-Lab92.6775-35.275313.4178

#a6fccf color RGB value is (166,252,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111100 11001111
Octal 246 374 317
Decimal 166 252 207
Hex A6 FC CF

RGB Percentages of Color #a6fccf

%26.56
%40.32
%33.12

CMYK Percentages of Color #a6fccf

%34
%0
%18
%1

Triadic Colors of #a6fccf

#a6fccf #cfa6fc #fccfa6

Analogous Colors of #a6fccf

#a6fccf #a6fcfa #a8fca6

Monochromatic Colors of #a6fccf

#a6fccf

Complementary Color

#a6fccf #fca6d3

#a6fccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fccf Color CSS Codes

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

#a6fccf Text Font Color

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

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


#a6fccf Background Color

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

This div background color is #a6fccf


#a6fccf Border Color

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

This div border color is #a6fccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fccf

Related Colors


Comments

No comments written yet.

Please login to write comment.