Color Hex Logo

#a6fabd Color Hex

#A6FABD
(166,250,189)
0 Favorites   0 Comments

Color spaces of #a6fabd

RGB 166250189
HSL0.380.890.82
HSV136°34°98°
CMYK 0.340.000.24   0.02
XYZ59.096880.152360.5003
Yxy80.15230.29590.4013
Hunter Lab89.5278-38.846922.6030
CIE-Lab91.7532-37.698321.3583

#a6fabd color RGB value is (166,250,189).

#a6fabd hex color red value is 166, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a6fabd hue: 0.38 , saturation: 0.89 and the lightness value of a6fabd is 0.82.

The process color (four color CMYK) of #a6fabd color hex is 0.34, 0.00, 0.24, 0.02. Web safe color of #a6fabd is #99ffcc. Color #a6fabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111010 10111101
Octal 246 372 275
Decimal 166 250 189
Hex A6 FA BD

RGB Percentages of Color #a6fabd

%27.44
%41.32
%31.24

CMYK Percentages of Color #a6fabd

%34
%0
%24
%2

Triadic Colors of #a6fabd

#a6fabd #bda6fa #fabda6

Analogous Colors of #a6fabd

#a6fabd #a6fae7 #b9faa6

Monochromatic Colors of #a6fabd

#a6fabd

Complementary Color

#a6fabd #faa6e3

#a6fabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fabd Color CSS Codes

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

#a6fabd Text Font Color

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

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


#a6fabd Background Color

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

This div background color is #a6fabd


#a6fabd Border Color

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

This div border color is #a6fabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fabd


Comments

No comments written yet.

Please login to write comment.