Color Hex Logo

#a6edcd Color Hex

#A6EDCD
(166,237,205)
0 Favorites   0 Comments

Color spaces of #a6edcd

RGB 166237205
HSL0.420.660.79
HSV153°30°93°
CMYK 0.300.000.14   0.07
XYZ57.029573.083168.8583
Yxy73.08310.28660.3673
Hunter Lab85.4887-30.527812.0859
CIE-Lab88.4873-28.65698.4802

#a6edcd color RGB value is (166,237,205).

#a6edcd hex color red value is 166, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a6edcd hue: 0.42 , saturation: 0.66 and the lightness value of a6edcd is 0.79.

The process color (four color CMYK) of #a6edcd color hex is 0.30, 0.00, 0.14, 0.07. Web safe color of #a6edcd is #99ffcc. Color #a6edcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101101 11001101
Octal 246 355 315
Decimal 166 237 205
Hex A6 ED CD

RGB Percentages of Color #a6edcd

%27.30
%38.98
%33.72

CMYK Percentages of Color #a6edcd

%30
%0
%14
%7

Triadic Colors of #a6edcd

#a6edcd #cda6ed #edcda6

Analogous Colors of #a6edcd

#a6edcd #a6eaed #a6edaa

Monochromatic Colors of #a6edcd

#a6edcd

Complementary Color

#a6edcd #eda6c6

#a6edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6edcd Color CSS Codes

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

#a6edcd Text Font Color

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

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


#a6edcd Background Color

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

This div background color is #a6edcd


#a6edcd Border Color

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

This div border color is #a6edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6edcd

#a6edcd Color Palettes


Comments

No comments written yet.

Please login to write comment.