Color Hex Logo

#a6dfdb Color Hex

#A6DFDB
(166,223,219)
0 Favorites   0 Comments

Color spaces of #a6dfdb

RGB 166223219
HSL0.490.470.76
HSV176°26°87°
CMYK 0.260.000.02   0.13
XYZ54.899765.996876.8630
Yxy65.99680.27760.3337
Hunter Lab81.2384-21.53960.7702
CIE-Lab84.9948-18.9193-3.9513

#a6dfdb color RGB value is (166,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 11011011
Octal 246 337 333
Decimal 166 223 219
Hex A6 DF DB

RGB Percentages of Color #a6dfdb

%27.30
%36.68
%36.02

CMYK Percentages of Color #a6dfdb

%26
%0
%2
%13

Triadic Colors of #a6dfdb

#a6dfdb #dba6df #dfdba6

Analogous Colors of #a6dfdb

#a6dfdb #a6c7df #a6dfbf

Monochromatic Colors of #a6dfdb

#a6dfdb

Complementary Color

#a6dfdb #dfa6aa

#a6dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dfdb Color CSS Codes

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

#a6dfdb Text Font Color

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

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


#a6dfdb Background Color

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

This div background color is #a6dfdb


#a6dfdb Border Color

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

This div border color is #a6dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dfdb


Comments

No comments written yet.

Please login to write comment.