Color Hex Logo

#a6cfdb Color Hex

#A6CFDB
(166,207,219)
0 Favorites   0 Comments

Color spaces of #a6cfdb

RGB 166207219
HSL0.540.420.75
HSV194°24°86°
CMYK 0.240.050.00   0.14
XYZ50.824957.847175.5047
Yxy57.84710.27600.3141
Hunter Lab76.0573-13.8185-5.6191
CIE-Lab80.6537-10.7759-10.3807

#a6cfdb color RGB value is (166,207,219).

#a6cfdb hex color red value is 166, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a6cfdb hue: 0.54 , saturation: 0.42 and the lightness value of a6cfdb is 0.75.

The process color (four color CMYK) of #a6cfdb color hex is 0.24, 0.05, 0.00, 0.14. Web safe color of #a6cfdb is #99cccc. Color #a6cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001111 11011011
Octal 246 317 333
Decimal 166 207 219
Hex A6 CF DB

RGB Percentages of Color #a6cfdb

%28.04
%34.97
%36.99

CMYK Percentages of Color #a6cfdb

%24
%5
%0
%14

Triadic Colors of #a6cfdb

#a6cfdb #dba6cf #cfdba6

Analogous Colors of #a6cfdb

#a6cfdb #a6b5db #a6dbcd

Monochromatic Colors of #a6cfdb

#a6cfdb

Complementary Color

#a6cfdb #dbb2a6

#a6cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cfdb Color CSS Codes

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

#a6cfdb Text Font Color

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

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


#a6cfdb Background Color

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

This div background color is #a6cfdb


#a6cfdb Border Color

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

This div border color is #a6cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cfdb


Comments

No comments written yet.

Please login to write comment.