Color Hex Logo

#a6fcca Color Hex

#A6FCCA
(166,252,202)
0 Favorites   0 Comments

Color spaces of #a6fcca

RGB 166252202
HSL0.400.930.82
HSV145°34°99°
CMYK 0.340.000.20   0.01
XYZ61.197081.992168.4777
Yxy81.99210.28910.3874
Hunter Lab90.5495-37.824118.5468
CIE-Lab92.5714-36.228515.8385

#a6fcca color RGB value is (166,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111100 11001010
Octal 246 374 312
Decimal 166 252 202
Hex A6 FC CA

RGB Percentages of Color #a6fcca

%26.77
%40.65
%32.58

CMYK Percentages of Color #a6fcca

%34
%0
%20
%1

Triadic Colors of #a6fcca

#a6fcca #caa6fc #fccaa6

Analogous Colors of #a6fcca

#a6fcca #a6fcf5 #adfca6

Monochromatic Colors of #a6fcca

#a6fcca

Complementary Color

#a6fcca #fca6d8

#a6fcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fcca Color CSS Codes

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

#a6fcca Text Font Color

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

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


#a6fcca Background Color

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

This div background color is #a6fcca


#a6fcca Border Color

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

This div border color is #a6fcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fcca

Related Colors


Comments

No comments written yet.

Please login to write comment.