Color Hex Logo

#a6f7db Color Hex

#A6F7DB
(166,247,219)
0 Favorites   0 Comments

Color spaces of #a6f7db

RGB 166247219
HSL0.440.840.81
HSV159°33°97°
CMYK 0.330.000.11   0.03
XYZ61.772879.743079.1540
Yxy79.74300.27990.3614
Hunter Lab89.2989-32.79529.9550
CIE-Lab91.5694-30.55995.6323

#a6f7db color RGB value is (166,247,219).

#a6f7db hex color red value is 166, green value is 247 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a6f7db hue: 0.44 , saturation: 0.84 and the lightness value of a6f7db is 0.81.

The process color (four color CMYK) of #a6f7db color hex is 0.33, 0.00, 0.11, 0.03. Web safe color of #a6f7db is #99ffcc. Color #a6f7db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11110111 11011011
Octal 246 367 333
Decimal 166 247 219
Hex A6 F7 DB

RGB Percentages of Color #a6f7db

%26.27
%39.08
%34.65

CMYK Percentages of Color #a6f7db

%33
%0
%11
%3

Triadic Colors of #a6f7db

#a6f7db #dba6f7 #f7dba6

Analogous Colors of #a6f7db

#a6f7db #a6ebf7 #a6f7b3

Monochromatic Colors of #a6f7db

#a6f7db

Complementary Color

#a6f7db #f7a6c2

#a6f7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6f7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6f7db Color CSS Codes

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

#a6f7db Text Font Color

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

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


#a6f7db Background Color

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

This div background color is #a6f7db


#a6f7db Border Color

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

This div border color is #a6f7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6f7db


Comments

No comments written yet.

Please login to write comment.