Color Hex Logo

#a6cbcd Color Hex

#A6CBCD
(166,203,205)
0 Favorites   0 Comments

Color spaces of #a6cbcd

RGB 166203205
HSL0.510.280.73
HSV183°19°80°
CMYK 0.190.010.00   0.20
XYZ48.101355.226665.8822
Yxy55.22660.28430.3264
Hunter Lab74.3146-14.5136-0.5422
CIE-Lab79.1716-11.7703-5.0717

#a6cbcd color RGB value is (166,203,205).

#a6cbcd hex color red value is 166, green value is 203 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a6cbcd hue: 0.51 , saturation: 0.28 and the lightness value of a6cbcd is 0.73.

The process color (four color CMYK) of #a6cbcd color hex is 0.19, 0.01, 0.00, 0.20. Web safe color of #a6cbcd is #99cccc. Color #a6cbcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001011 11001101
Octal 246 313 315
Decimal 166 203 205
Hex A6 CB CD

RGB Percentages of Color #a6cbcd

%28.92
%35.37
%35.71

CMYK Percentages of Color #a6cbcd

%19
%1
%0
%20

Triadic Colors of #a6cbcd

#a6cbcd #cda6cb #cbcda6

Analogous Colors of #a6cbcd

#a6cbcd #a6b8cd #a6cdbc

Monochromatic Colors of #a6cbcd

#a6cbcd

Complementary Color

#a6cbcd #cda8a6

#a6cbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cbcd Color CSS Codes

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

#a6cbcd Text Font Color

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

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


#a6cbcd Background Color

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

This div background color is #a6cbcd


#a6cbcd Border Color

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

This div border color is #a6cbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cbcd


Comments

No comments written yet.

Please login to write comment.