Color Hex Logo

#a6dfdc Color Hex

#A6DFDC
(166,223,220)
0 Favorites   0 Comments

Color spaces of #a6dfdc

RGB 166223220
HSL0.490.470.76
HSV177°26°87°
CMYK 0.260.000.01   0.13
XYZ55.031866.049777.5585
Yxy66.04970.27700.3325
Hunter Lab81.2710-21.35480.3081
CIE-Lab85.0218-18.7019-4.4403

#a6dfdc color RGB value is (166,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 11011100
Octal 246 337 334
Decimal 166 223 220
Hex A6 DF DC

RGB Percentages of Color #a6dfdc

%27.26
%36.62
%36.12

CMYK Percentages of Color #a6dfdc

%26
%0
%1
%13

Triadic Colors of #a6dfdc

#a6dfdc #dca6df #dfdca6

Analogous Colors of #a6dfdc

#a6dfdc #a6c6df #a6dfc0

Monochromatic Colors of #a6dfdc

#a6dfdc

Complementary Color

#a6dfdc #dfa6a9

#a6dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dfdc Color CSS Codes

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

#a6dfdc Text Font Color

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

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


#a6dfdc Background Color

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

This div background color is #a6dfdc


#a6dfdc Border Color

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

This div border color is #a6dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dfdc


Comments

No comments written yet.

Please login to write comment.