Color Hex Logo

#a6fddd Color Hex

#A6FDDD
(166,253,221)
0 Favorites   0 Comments

Color spaces of #a6fddd

RGB 166253221
HSL0.440.960.82
HSV158°34°99°
CMYK 0.340.000.13   0.01
XYZ63.902383.578081.1708
Yxy83.57800.27950.3655
Hunter Lab91.4210-35.217211.3524
CIE-Lab93.2669-32.95597.0444

#a6fddd color RGB value is (166,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111101 11011101
Octal 246 375 335
Decimal 166 253 221
Hex A6 FD DD

RGB Percentages of Color #a6fddd

%25.94
%39.53
%34.53

CMYK Percentages of Color #a6fddd

%34
%0
%13
%1

Triadic Colors of #a6fddd

#a6fddd #dda6fd #fddda6

Analogous Colors of #a6fddd

#a6fddd #a6f2fd #a6fdb2

Monochromatic Colors of #a6fddd

#a6fddd

Complementary Color

#a6fddd #fda6c6

#a6fddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fddd Color CSS Codes

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

#a6fddd Text Font Color

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

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


#a6fddd Background Color

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

This div background color is #a6fddd


#a6fddd Border Color

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

This div border color is #a6fddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fddd


Comments

No comments written yet.

Please login to write comment.