Color Hex Logo

#a6fddc Color Hex

#A6FDDC
(166,253,220)
0 Favorites   0 Comments

Color spaces of #a6fddc

RGB 166253220
HSL0.440.960.82
HSV157°34°99°
CMYK 0.340.000.13   0.01
XYZ63.769483.524980.4711
Yxy83.52490.28000.3667
Hunter Lab91.3920-35.386311.7692
CIE-Lab93.2438-33.16007.5271

#a6fddc color RGB value is (166,253,220).

#a6fddc hex color red value is 166, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a6fddc hue: 0.44 , saturation: 0.96 and the lightness value of a6fddc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111101 11011100
Octal 246 375 334
Decimal 166 253 220
Hex A6 FD DC

RGB Percentages of Color #a6fddc

%25.98
%39.59
%34.43

CMYK Percentages of Color #a6fddc

%34
%0
%13
%1

Triadic Colors of #a6fddc

#a6fddc #dca6fd #fddca6

Analogous Colors of #a6fddc

#a6fddc #a6f3fd #a6fdb1

Monochromatic Colors of #a6fddc

#a6fddc

Complementary Color

#a6fddc #fda6c7

#a6fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fddc Color CSS Codes

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

#a6fddc Text Font Color

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

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


#a6fddc Background Color

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

This div background color is #a6fddc


#a6fddc Border Color

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

This div border color is #a6fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fddc


Comments

No comments written yet.

Please login to write comment.