Color Hex Logo

#a6cbcb Color Hex

#A6CBCB
(166,203,203)
0 Favorites   0 Comments

Color spaces of #a6cbcb

RGB 166203203
HSL0.500.260.72
HSV180°18°80°
CMYK 0.180.000.00   0.20
XYZ47.861355.130764.6186
Yxy55.13070.28560.3289
Hunter Lab74.2501-14.87720.3759
CIE-Lab79.1165-12.1966-4.0782

#a6cbcb color RGB value is (166,203,203).

#a6cbcb hex color red value is 166, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a6cbcb hue: 0.50 , saturation: 0.26 and the lightness value of a6cbcb is 0.72.

The process color (four color CMYK) of #a6cbcb color hex is 0.18, 0.00, 0.00, 0.20. Web safe color of #a6cbcb is #99cccc. Color #a6cbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001011 11001011
Octal 246 313 313
Decimal 166 203 203
Hex A6 CB CB

RGB Percentages of Color #a6cbcb

%29.02
%35.49
%35.49

CMYK Percentages of Color #a6cbcb

%18
%0
%0
%20

Triadic Colors of #a6cbcb

#a6cbcb #cba6cb #cbcba6

Analogous Colors of #a6cbcb

#a6cbcb #a6b9cb #a6cbb9

Monochromatic Colors of #a6cbcb

#a6cbcb

Complementary Color

#a6cbcb #cba6a6

#a6cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cbcb Color CSS Codes

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

#a6cbcb Text Font Color

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

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


#a6cbcb Background Color

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

This div background color is #a6cbcb


#a6cbcb Border Color

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

This div border color is #a6cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cbcb


Comments

No comments written yet.

Please login to write comment.