Color Hex Logo

#a6dbcb Color Hex

#A6DBCB
(166,219,203)
0 Favorites   0 Comments

Color spaces of #a6dbcb

RGB 166219203
HSL0.450.420.75
HSV162°24°86°
CMYK 0.240.000.07   0.14
XYZ51.836963.081865.9438
Yxy63.08180.28660.3488
Hunter Lab79.4241-22.49236.3698
CIE-Lab83.4854-20.30562.3132

#a6dbcb color RGB value is (166,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011011 11001011
Octal 246 333 313
Decimal 166 219 203
Hex A6 DB CB

RGB Percentages of Color #a6dbcb

%28.23
%37.24
%34.52

CMYK Percentages of Color #a6dbcb

%24
%0
%7
%14

Triadic Colors of #a6dbcb

#a6dbcb #cba6db #dbcba6

Analogous Colors of #a6dbcb

#a6dbcb #a6d1db #a6dbb1

Monochromatic Colors of #a6dbcb

#a6dbcb

Complementary Color

#a6dbcb #dba6b6

#a6dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dbcb Color CSS Codes

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

#a6dbcb Text Font Color

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

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


#a6dbcb Background Color

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

This div background color is #a6dbcb


#a6dbcb Border Color

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

This div border color is #a6dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dbcb


Comments

No comments written yet.

Please login to write comment.