Color Hex Logo

#a6fbcc Color Hex

#A6FBCC
(166,251,204)
0 Favorites   0 Comments

Color spaces of #a6fbcc

RGB 166251204
HSL0.410.910.82
HSV147°34°98°
CMYK 0.340.000.19   0.02
XYZ61.122181.461069.6288
Yxy81.46100.28800.3839
Hunter Lab90.2557-37.065617.4391
CIE-Lab92.3364-35.392114.4786

#a6fbcc color RGB value is (166,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111011 11001100
Octal 246 373 314
Decimal 166 251 204
Hex A6 FB CC

RGB Percentages of Color #a6fbcc

%26.73
%40.42
%32.85

CMYK Percentages of Color #a6fbcc

%34
%0
%19
%2

Triadic Colors of #a6fbcc

#a6fbcc #cca6fb #fbcca6

Analogous Colors of #a6fbcc

#a6fbcc #a6fbf7 #abfba6

Monochromatic Colors of #a6fbcc

#a6fbcc

Complementary Color

#a6fbcc #fba6d5

#a6fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fbcc Color CSS Codes

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

#a6fbcc Text Font Color

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

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


#a6fbcc Background Color

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

This div background color is #a6fbcc


#a6fbcc Border Color

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

This div border color is #a6fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fbcc

Related Colors


Comments

No comments written yet.

Please login to write comment.