Color Hex Logo

#a6faca Color Hex

#A6FACA
(166,250,202)
0 Favorites   0 Comments

Color spaces of #a6faca

RGB 166250202
HSL0.400.890.82
HSV146°34°98°
CMYK 0.340.000.19   0.02
XYZ60.572280.742568.2695
Yxy80.74250.28900.3853
Hunter Lab89.8568-36.923217.8537
CIE-Lab92.0170-35.313315.0565

#a6faca color RGB value is (166,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111010 11001010
Octal 246 372 312
Decimal 166 250 202
Hex A6 FA CA

RGB Percentages of Color #a6faca

%26.86
%40.45
%32.69

CMYK Percentages of Color #a6faca

%34
%0
%19
%2

Triadic Colors of #a6faca

#a6faca #caa6fa #facaa6

Analogous Colors of #a6faca

#a6faca #a6faf4 #acfaa6

Monochromatic Colors of #a6faca

#a6faca

Complementary Color

#a6faca #faa6d6

#a6faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6faca Color CSS Codes

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

#a6faca Text Font Color

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

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


#a6faca Background Color

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

This div background color is #a6faca


#a6faca Border Color

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

This div border color is #a6faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6faca


Comments

No comments written yet.

Please login to write comment.