Color Hex Logo

#a6cfad Color Hex

#A6CFAD
(166,207,173)
0 Favorites   0 Comments

Color spaces of #a6cfad

RGB 166207173
HSL0.360.300.73
HSV130°20°81°
CMYK 0.200.000.16   0.19
XYZ45.581555.749847.8935
Yxy55.74980.30550.3736
Hunter Lab74.6658-21.695614.2352
CIE-Lab79.4712-20.144612.5033

#a6cfad color RGB value is (166,207,173).

#a6cfad hex color red value is 166, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a6cfad hue: 0.36 , saturation: 0.30 and the lightness value of a6cfad is 0.73.

The process color (four color CMYK) of #a6cfad color hex is 0.20, 0.00, 0.16, 0.19. Web safe color of #a6cfad is #99cc99. Color #a6cfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001111 10101101
Octal 246 317 255
Decimal 166 207 173
Hex A6 CF AD

RGB Percentages of Color #a6cfad

%30.40
%37.91
%31.68

CMYK Percentages of Color #a6cfad

%20
%0
%16
%19

Triadic Colors of #a6cfad

#a6cfad #ada6cf #cfada6

Analogous Colors of #a6cfad

#a6cfad #a6cfc2 #b4cfa6

Monochromatic Colors of #a6cfad

#a6cfad

Complementary Color

#a6cfad #cfa6c8

#a6cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cfad Color CSS Codes

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

#a6cfad Text Font Color

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

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


#a6cfad Background Color

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

This div background color is #a6cfad


#a6cfad Border Color

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

This div border color is #a6cfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cfad

#a6cfad Color Palettes


Comments

No comments written yet.

Please login to write comment.