Color Hex Logo

#a6edcc Color Hex

#A6EDCC
(166,237,204)
0 Favorites   0 Comments

Color spaces of #a6edcc

RGB 166237204
HSL0.420.660.79
HSV152°30°93°
CMYK 0.300.000.14   0.07
XYZ56.909273.035068.2245
Yxy73.03500.28720.3685
Hunter Lab85.4605-30.690612.4902
CIE-Lab88.4644-28.85488.9690

#a6edcc color RGB value is (166,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101101 11001100
Octal 246 355 314
Decimal 166 237 204
Hex A6 ED CC

RGB Percentages of Color #a6edcc

%27.35
%39.04
%33.61

CMYK Percentages of Color #a6edcc

%30
%0
%14
%7

Triadic Colors of #a6edcc

#a6edcc #cca6ed #edcca6

Analogous Colors of #a6edcc

#a6edcc #a6ebed #a6eda9

Monochromatic Colors of #a6edcc

#a6edcc

Complementary Color

#a6edcc #eda6c7

#a6edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6edcc Color CSS Codes

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

#a6edcc Text Font Color

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

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


#a6edcc Background Color

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

This div background color is #a6edcc


#a6edcc Border Color

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

This div border color is #a6edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6edcc


Comments

No comments written yet.

Please login to write comment.