Color Hex Logo

#a6dfbe Color Hex

#A6DFBE
(166,223,190)
0 Favorites   0 Comments

Color spaces of #a6dfbe

RGB 166223190
HSL0.400.470.76
HSV145°26°87°
CMYK 0.260.000.15   0.13
XYZ51.407864.600058.4748
Yxy64.60000.29460.3702
Hunter Lab80.3741-26.485013.1265
CIE-Lab84.2772-24.848810.3245

#a6dfbe color RGB value is (166,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 10111110
Octal 246 337 276
Decimal 166 223 190
Hex A6 DF BE

RGB Percentages of Color #a6dfbe

%28.67
%38.51
%32.82

CMYK Percentages of Color #a6dfbe

%26
%0
%15
%13

Triadic Colors of #a6dfbe

#a6dfbe #bea6df #dfbea6

Analogous Colors of #a6dfbe

#a6dfbe #a6dfdb #abdfa6

Monochromatic Colors of #a6dfbe

#a6dfbe

Complementary Color

#a6dfbe #dfa6c7

#a6dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dfbe Color CSS Codes

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

#a6dfbe Text Font Color

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

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


#a6dfbe Background Color

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

This div background color is #a6dfbe


#a6dfbe Border Color

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

This div border color is #a6dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dfbe


Comments

No comments written yet.

Please login to write comment.