Color Hex Logo

#a6cbdd Color Hex

#A6CBDD
(166,203,221)
0 Favorites   0 Comments

Color spaces of #a6cbdd

RGB 166203221
HSL0.550.450.76
HSV200°25°87°
CMYK 0.250.080.00   0.13
XYZ50.133056.039376.5810
Yxy56.03930.27430.3066
Hunter Lab74.8594-11.4633-8.2520
CIE-Lab79.6362-8.2400-12.9722

#a6cbdd color RGB value is (166,203,221).

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

The process color (four color CMYK) of #a6cbdd color hex is 0.25, 0.08, 0.00, 0.13. Web safe color of #a6cbdd is #99cccc. Color #a6cbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001011 11011101
Octal 246 313 335
Decimal 166 203 221
Hex A6 CB DD

RGB Percentages of Color #a6cbdd

%28.14
%34.41
%37.46

CMYK Percentages of Color #a6cbdd

%25
%8
%0
%13

Triadic Colors of #a6cbdd

#a6cbdd #dda6cb #cbdda6

Analogous Colors of #a6cbdd

#a6cbdd #a6b0dd #a6ddd4

Monochromatic Colors of #a6cbdd

#a6cbdd

Complementary Color

#a6cbdd #ddb8a6

#a6cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cbdd Color CSS Codes

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

#a6cbdd Text Font Color

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

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


#a6cbdd Background Color

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

This div background color is #a6cbdd


#a6cbdd Border Color

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

This div border color is #a6cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cbdd


Comments

No comments written yet.

Please login to write comment.