Color Hex Logo

#a6ddae Color Hex

#A6DDAE
(166,221,174)
0 Favorites   0 Comments

Color spaces of #a6ddae

RGB 166221174
HSL0.360.450.76
HSV129°25°87°
CMYK 0.250.000.21   0.13
XYZ49.222362.875949.5864
Yxy62.87590.30440.3889
Hunter Lab79.2943-27.960418.4293
CIE-Lab83.3770-26.825617.4661

#a6ddae color RGB value is (166,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011101 10101110
Octal 246 335 256
Decimal 166 221 174
Hex A6 DD AE

RGB Percentages of Color #a6ddae

%29.59
%39.39
%31.02

CMYK Percentages of Color #a6ddae

%25
%0
%21
%13

Triadic Colors of #a6ddae

#a6ddae #aea6dd #ddaea6

Analogous Colors of #a6ddae

#a6ddae #a6ddca #badda6

Monochromatic Colors of #a6ddae

#a6ddae

Complementary Color

#a6ddae #dda6d5

#a6ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ddae Color CSS Codes

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

#a6ddae Text Font Color

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

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


#a6ddae Background Color

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

This div background color is #a6ddae


#a6ddae Border Color

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

This div border color is #a6ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ddae


Comments

No comments written yet.

Please login to write comment.