Color Hex Logo

#a6dddd Color Hex

#A6DDDD
(166,221,221)
0 Favorites   0 Comments

Color spaces of #a6dddd

RGB 166221221
HSL0.500.450.76
HSV180°25°87°
CMYK 0.250.000.00   0.13
XYZ54.633565.040478.0812
Yxy65.04040.27630.3289
Hunter Lab80.6476-20.2113-0.9499
CIE-Lab84.5046-17.4804-5.7324

#a6dddd color RGB value is (166,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011101 11011101
Octal 246 335 335
Decimal 166 221 221
Hex A6 DD DD

RGB Percentages of Color #a6dddd

%27.30
%36.35
%36.35

CMYK Percentages of Color #a6dddd

%25
%0
%0
%13

Triadic Colors of #a6dddd

#a6dddd #dda6dd #dddda6

Analogous Colors of #a6dddd

#a6dddd #a6c2dd #a6ddc2

Monochromatic Colors of #a6dddd

#a6dddd

Complementary Color

#a6dddd #dda6a6

#a6dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dddd Color CSS Codes

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

#a6dddd Text Font Color

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

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


#a6dddd Background Color

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

This div background color is #a6dddd


#a6dddd Border Color

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

This div border color is #a6dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dddd


Comments

No comments written yet.

Please login to write comment.