Color Hex Logo

#a6fcaf Color Hex

#A6FCAF
(166,252,175)
0 Favorites   0 Comments

Color spaces of #a6fcaf

RGB 166252175
HSL0.350.930.82
HSV126°34°99°
CMYK 0.340.000.31   0.01
XYZ58.274280.822953.0865
Yxy80.82290.30320.4206
Hunter Lab89.9016-41.624027.9206
CIE-Lab92.0528-40.979428.8859

#a6fcaf color RGB value is (166,252,175).

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

The process color (four color CMYK) of #a6fcaf color hex is 0.34, 0.00, 0.31, 0.01. Web safe color of #a6fcaf is #99ff99. Color #a6fcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111100 10101111
Octal 246 374 257
Decimal 166 252 175
Hex A6 FC AF

RGB Percentages of Color #a6fcaf

%27.99
%42.50
%29.51

CMYK Percentages of Color #a6fcaf

%34
%0
%31
%1

Triadic Colors of #a6fcaf

#a6fcaf #afa6fc #fcafa6

Analogous Colors of #a6fcaf

#a6fcaf #a6fcda #c8fca6

Monochromatic Colors of #a6fcaf

#a6fcaf

Complementary Color

#a6fcaf #fca6f3

#a6fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fcaf Color CSS Codes

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

#a6fcaf Text Font Color

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

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


#a6fcaf Background Color

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

This div background color is #a6fcaf


#a6fcaf Border Color

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

This div border color is #a6fcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fcaf


Comments

No comments written yet.

Please login to write comment.