Color Hex Logo

#a6d49b Color Hex

#A6D49B
(166,212,155)
0 Favorites   0 Comments

Color spaces of #a6d49b

RGB 166212155
HSL0.300.400.72
HSV108°27°83°
CMYK 0.220.000.27   0.17
XYZ45.185857.560539.7391
Yxy57.56050.31710.4040
Hunter Lab75.8686-26.459222.0526
CIE-Lab80.4938-25.688223.4411

#a6d49b color RGB value is (166,212,155).

#a6d49b hex color red value is 166, green value is 212 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a6d49b hue: 0.30 , saturation: 0.40 and the lightness value of a6d49b is 0.72.

The process color (four color CMYK) of #a6d49b color hex is 0.22, 0.00, 0.27, 0.17. Web safe color of #a6d49b is #99cc99. Color #a6d49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11010100 10011011
Octal 246 324 233
Decimal 166 212 155
Hex A6 D4 9B

RGB Percentages of Color #a6d49b

%31.14
%39.77
%29.08

CMYK Percentages of Color #a6d49b

%22
%0
%27
%17

Triadic Colors of #a6d49b

#a6d49b #9ba6d4 #d49ba6

Analogous Colors of #a6d49b

#a6d49b #9bd4ad #c3d49b

Monochromatic Colors of #a6d49b

#a6d49b

Complementary Color

#a6d49b #c99bd4

#a6d49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6d49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6d49b Color CSS Codes

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

#a6d49b Text Font Color

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

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


#a6d49b Background Color

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

This div background color is #a6d49b


#a6d49b Border Color

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

This div border color is #a6d49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6d49b

#a6d49b Color Palettes


Comments

No comments written yet.

Please login to write comment.