Color Hex Logo

#a6edbd Color Hex

#A6EDBD
(166,237,189)
0 Favorites   0 Comments

Color spaces of #a6edbd

RGB 166237189
HSL0.390.660.79
HSV139°30°93°
CMYK 0.300.000.20   0.07
XYZ55.195472.349559.1999
Yxy72.34950.29560.3874
Hunter Lab85.0585-33.021818.2757
CIE-Lab88.1365-31.715116.3094

#a6edbd color RGB value is (166,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101101 10111101
Octal 246 355 275
Decimal 166 237 189
Hex A6 ED BD

RGB Percentages of Color #a6edbd

%28.04
%40.03
%31.93

CMYK Percentages of Color #a6edbd

%30
%0
%20
%7

Triadic Colors of #a6edbd

#a6edbd #bda6ed #edbda6

Analogous Colors of #a6edbd

#a6edbd #a6ede1 #b3eda6

Monochromatic Colors of #a6edbd

#a6edbd

Complementary Color

#a6edbd #eda6d6

#a6edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6edbd Color CSS Codes

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

#a6edbd Text Font Color

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

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


#a6edbd Background Color

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

This div background color is #a6edbd


#a6edbd Border Color

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

This div border color is #a6edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6edbd


Comments

No comments written yet.

Please login to write comment.