Color Hex Logo

#a0cbcb Color Hex

#A0CBCB
(160,203,203)
0 Favorites   0 Comments

Color spaces of #a0cbcb

RGB 160203203
HSL0.500.290.71
HSV180°21°80°
CMYK 0.210.000.00   0.20
XYZ46.632654.497364.5611
Yxy54.49730.28140.3289
Hunter Lab73.8223-16.4328-0.1763
CIE-Lab78.7508-14.0540-4.6588

#a0cbcb color RGB value is (160,203,203).

#a0cbcb hex color red value is 160, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a0cbcb hue: 0.50 , saturation: 0.29 and the lightness value of a0cbcb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001011 11001011
Octal 240 313 313
Decimal 160 203 203
Hex A0 CB CB

RGB Percentages of Color #a0cbcb

%28.27
%35.87
%35.87

CMYK Percentages of Color #a0cbcb

%21
%0
%0
%20

Triadic Colors of #a0cbcb

#a0cbcb #cba0cb #cbcba0

Analogous Colors of #a0cbcb

#a0cbcb #a0b6cb #a0cbb6

Monochromatic Colors of #a0cbcb

#a0cbcb

Complementary Color

#a0cbcb #cba0a0

#a0cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cbcb Color CSS Codes

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

#a0cbcb Text Font Color

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

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


#a0cbcb Background Color

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

This div background color is #a0cbcb


#a0cbcb Border Color

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

This div border color is #a0cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cbcb


Comments

No comments written yet.

Please login to write comment.