Color Hex Logo

#a6dfdd Color Hex

#A6DFDD
(166,223,221)
0 Favorites   0 Comments

Color spaces of #a6dfdd

RGB 166223221
HSL0.490.470.76
HSV178°26°87°
CMYK 0.260.000.01   0.13
XYZ55.164766.102878.2582
Yxy66.10280.27650.3313
Hunter Lab81.3036-21.1687-0.1566
CIE-Lab85.0488-18.4834-4.9292

#a6dfdd color RGB value is (166,223,221).

#a6dfdd hex color red value is 166, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a6dfdd hue: 0.49 , saturation: 0.47 and the lightness value of a6dfdd is 0.76.

The process color (four color CMYK) of #a6dfdd color hex is 0.26, 0.00, 0.01, 0.13. Web safe color of #a6dfdd is #99cccc. Color #a6dfdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 11011101
Octal 246 337 335
Decimal 166 223 221
Hex A6 DF DD

RGB Percentages of Color #a6dfdd

%27.21
%36.56
%36.23

CMYK Percentages of Color #a6dfdd

%26
%0
%1
%13

Triadic Colors of #a6dfdd

#a6dfdd #dda6df #dfdda6

Analogous Colors of #a6dfdd

#a6dfdd #a6c5df #a6dfc1

Monochromatic Colors of #a6dfdd

#a6dfdd

Complementary Color

#a6dfdd #dfa6a8

#a6dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dfdd Color CSS Codes

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

#a6dfdd Text Font Color

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

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


#a6dfdd Background Color

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

This div background color is #a6dfdd


#a6dfdd Border Color

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

This div border color is #a6dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dfdd


Comments

No comments written yet.

Please login to write comment.