Color Hex Logo

#a6becd Color Hex

#A6BECD
(166,190,205)
0 Favorites   0 Comments

Color spaces of #a6becd

RGB 166190205
HSL0.560.280.73
HSV203°19°80°
CMYK 0.190.070.00   0.20
XYZ45.158849.341764.9014
Yxy49.34170.28330.3095
Hunter Lab70.2436-8.1709-5.6103
CIE-Lab75.6634-4.9452-10.2766

#a6becd color RGB value is (166,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111110 11001101
Octal 246 276 315
Decimal 166 190 205
Hex A6 BE CD

RGB Percentages of Color #a6becd

%29.59
%33.87
%36.54

CMYK Percentages of Color #a6becd

%19
%7
%0
%20

Triadic Colors of #a6becd

#a6becd #cda6be #becda6

Analogous Colors of #a6becd

#a6becd #a6abcd #a6cdc9

Monochromatic Colors of #a6becd

#a6becd

Complementary Color

#a6becd #cdb5a6

#a6becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6becd Color CSS Codes

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

#a6becd Text Font Color

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

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


#a6becd Background Color

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

This div background color is #a6becd


#a6becd Border Color

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

This div border color is #a6becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6becd


Comments

No comments written yet.

Please login to write comment.