Color Hex Logo

#a6ffca Color Hex

#A6FFCA
(166,255,202)
0 Favorites   0 Comments

Color spaces of #a6ffca

RGB 166255202
HSL0.401.000.83
HSV144°35°100°
CMYK 0.350.000.21   0.00
XYZ62.146683.891368.7943
Yxy83.89130.28930.3905
Hunter Lab91.5922-39.171619.5822
CIE-Lab93.4033-37.592517.0091

#a6ffca color RGB value is (166,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111111 11001010
Octal 246 377 312
Decimal 166 255 202
Hex A6 FF CA

RGB Percentages of Color #a6ffca

%26.65
%40.93
%32.42

CMYK Percentages of Color #a6ffca

%35
%0
%21
%0

Triadic Colors of #a6ffca

#a6ffca #caa6ff #ffcaa6

Analogous Colors of #a6ffca

#a6ffca #a6fff7 #afffa6

Monochromatic Colors of #a6ffca

#a6ffca

Complementary Color

#a6ffca #ffa6db

#a6ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ffca Color CSS Codes

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

#a6ffca Text Font Color

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

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


#a6ffca Background Color

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

This div background color is #a6ffca


#a6ffca Border Color

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

This div border color is #a6ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ffca


Comments

No comments written yet.

Please login to write comment.