Color Hex Logo

#a6dbce Color Hex

#A6DBCE
(166,219,206)
0 Favorites   0 Comments

Color spaces of #a6dbce

RGB 166219206
HSL0.460.420.75
HSV165°24°86°
CMYK 0.240.000.06   0.14
XYZ52.198063.226367.8453
Yxy63.22630.28480.3450
Hunter Lab79.5150-21.97405.0719
CIE-Lab83.5613-19.68640.8330

#a6dbce color RGB value is (166,219,206).

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

The process color (four color CMYK) of #a6dbce color hex is 0.24, 0.00, 0.06, 0.14. Web safe color of #a6dbce is #99cccc. Color #a6dbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011011 11001110
Octal 246 333 316
Decimal 166 219 206
Hex A6 DB CE

RGB Percentages of Color #a6dbce

%28.09
%37.06
%34.86

CMYK Percentages of Color #a6dbce

%24
%0
%6
%14

Triadic Colors of #a6dbce

#a6dbce #cea6db #dbcea6

Analogous Colors of #a6dbce

#a6dbce #a6cedb #a6dbb4

Monochromatic Colors of #a6dbce

#a6dbce

Complementary Color

#a6dbce #dba6b3

#a6dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dbce Color CSS Codes

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

#a6dbce Text Font Color

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

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


#a6dbce Background Color

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

This div background color is #a6dbce


#a6dbce Border Color

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

This div border color is #a6dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dbce


Comments

No comments written yet.

Please login to write comment.