Color Hex Logo

#a6ddbd Color Hex

#A6DDBD
(166,221,189)
0 Favorites   0 Comments

Color spaces of #a6ddbd

RGB 166221189
HSL0.400.450.76
HSV145°25°87°
CMYK 0.250.000.14   0.13
XYZ50.767663.494057.7239
Yxy63.49400.29520.3692
Hunter Lab79.6831-25.719812.8274
CIE-Lab83.7016-24.066010.0310

#a6ddbd color RGB value is (166,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011101 10111101
Octal 246 335 275
Decimal 166 221 189
Hex A6 DD BD

RGB Percentages of Color #a6ddbd

%28.82
%38.37
%32.81

CMYK Percentages of Color #a6ddbd

%25
%0
%14
%13

Triadic Colors of #a6ddbd

#a6ddbd #bda6dd #ddbda6

Analogous Colors of #a6ddbd

#a6ddbd #a6ddd9 #abdda6

Monochromatic Colors of #a6ddbd

#a6ddbd

Complementary Color

#a6ddbd #dda6c6

#a6ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ddbd Color CSS Codes

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

#a6ddbd Text Font Color

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

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


#a6ddbd Background Color

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

This div background color is #a6ddbd


#a6ddbd Border Color

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

This div border color is #a6ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ddbd


Comments

No comments written yet.

Please login to write comment.