Color Hex Logo

#a6dfbd Color Hex

#A6DFBD
(166,223,189)
0 Favorites   0 Comments

Color spaces of #a6dfbd

RGB 166223189
HSL0.400.470.76
HSV144°26°87°
CMYK 0.260.000.15   0.13
XYZ51.298964.556557.9010
Yxy64.55650.29520.3715
Hunter Lab80.3471-26.641113.5164
CIE-Lab84.2547-25.039610.8192

#a6dfbd color RGB value is (166,223,189).

#a6dfbd hex color red value is 166, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a6dfbd hue: 0.40 , saturation: 0.47 and the lightness value of a6dfbd is 0.76.

The process color (four color CMYK) of #a6dfbd color hex is 0.26, 0.00, 0.15, 0.13. Web safe color of #a6dfbd is #99cccc. Color #a6dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 10111101
Octal 246 337 275
Decimal 166 223 189
Hex A6 DF BD

RGB Percentages of Color #a6dfbd

%28.72
%38.58
%32.70

CMYK Percentages of Color #a6dfbd

%26
%0
%15
%13

Triadic Colors of #a6dfbd

#a6dfbd #bda6df #dfbda6

Analogous Colors of #a6dfbd

#a6dfbd #a6dfda #acdfa6

Monochromatic Colors of #a6dfbd

#a6dfbd

Complementary Color

#a6dfbd #dfa6c8

#a6dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dfbd Color CSS Codes

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

#a6dfbd Text Font Color

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

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


#a6dfbd Background Color

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

This div background color is #a6dfbd


#a6dfbd Border Color

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

This div border color is #a6dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dfbd


Comments

No comments written yet.

Please login to write comment.