Color Hex Logo

#a6fbdb Color Hex

#A6FBDB
(166,251,219)
0 Favorites   0 Comments

Color spaces of #a6fbdb

RGB 166251219
HSL0.440.910.82
HSV157°34°98°
CMYK 0.340.000.13   0.02
XYZ63.009282.215879.5661
Yxy82.21580.28030.3657
Hunter Lab90.6729-34.636811.4437
CIE-Lab92.6700-32.43337.2183

#a6fbdb color RGB value is (166,251,219).

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

The process color (four color CMYK) of #a6fbdb color hex is 0.34, 0.00, 0.13, 0.02. Web safe color of #a6fbdb is #99ffcc. Color #a6fbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111011 11011011
Octal 246 373 333
Decimal 166 251 219
Hex A6 FB DB

RGB Percentages of Color #a6fbdb

%26.10
%39.47
%34.43

CMYK Percentages of Color #a6fbdb

%34
%0
%13
%2

Triadic Colors of #a6fbdb

#a6fbdb #dba6fb #fbdba6

Analogous Colors of #a6fbdb

#a6fbdb #a6f1fb #a6fbb1

Monochromatic Colors of #a6fbdb

#a6fbdb

Complementary Color

#a6fbdb #fba6c6

#a6fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fbdb Color CSS Codes

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

#a6fbdb Text Font Color

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

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


#a6fbdb Background Color

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

This div background color is #a6fbdb


#a6fbdb Border Color

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

This div border color is #a6fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fbdb


Comments

No comments written yet.

Please login to write comment.