Color Hex Logo

#a6fbaf Color Hex

#A6FBAF
(166,251,175)
0 Favorites   0 Comments

Color spaces of #a6fbaf

RGB 166251175
HSL0.350.910.82
HSV126°34°98°
CMYK 0.340.000.30   0.02
XYZ57.960980.196552.9821
Yxy80.19650.30320.4196
Hunter Lab89.5525-41.186627.6089
CIE-Lab91.7730-40.535628.5066

#a6fbaf color RGB value is (166,251,175).

#a6fbaf hex color red value is 166, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a6fbaf hue: 0.35 , saturation: 0.91 and the lightness value of a6fbaf is 0.82.

The process color (four color CMYK) of #a6fbaf color hex is 0.34, 0.00, 0.30, 0.02. Web safe color of #a6fbaf is #99ff99. Color #a6fbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111011 10101111
Octal 246 373 257
Decimal 166 251 175
Hex A6 FB AF

RGB Percentages of Color #a6fbaf

%28.04
%42.40
%29.56

CMYK Percentages of Color #a6fbaf

%34
%0
%30
%2

Triadic Colors of #a6fbaf

#a6fbaf #afa6fb #fbafa6

Analogous Colors of #a6fbaf

#a6fbaf #a6fbda #c8fba6

Monochromatic Colors of #a6fbaf

#a6fbaf

Complementary Color

#a6fbaf #fba6f2

#a6fbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fbaf Color CSS Codes

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

#a6fbaf Text Font Color

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

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


#a6fbaf Background Color

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

This div background color is #a6fbaf


#a6fbaf Border Color

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

This div border color is #a6fbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fbaf

Related Colors


Comments

No comments written yet.

Please login to write comment.