Color Hex Logo

#a0cbc6 Color Hex

#A0CBC6
(160,203,198)
0 Favorites   0 Comments

Color spaces of #a0cbc6

RGB 160203198
HSL0.480.290.71
HSV173°21°80°
CMYK 0.210.000.02   0.20
XYZ46.046254.262761.4729
Yxy54.26270.28460.3354
Hunter Lab73.6632-17.33192.0860
CIE-Lab78.6147-15.1270-2.1706

#a0cbc6 color RGB value is (160,203,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001011 11000110
Octal 240 313 306
Decimal 160 203 198
Hex A0 CB C6

RGB Percentages of Color #a0cbc6

%28.52
%36.19
%35.29

CMYK Percentages of Color #a0cbc6

%21
%0
%2
%20

Triadic Colors of #a0cbc6

#a0cbc6 #c6a0cb #cbc6a0

Analogous Colors of #a0cbc6

#a0cbc6 #a0bbcb #a0cbb1

Monochromatic Colors of #a0cbc6

#a0cbc6

Complementary Color

#a0cbc6 #cba0a5

#a0cbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cbc6 Color CSS Codes

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

#a0cbc6 Text Font Color

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

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


#a0cbc6 Background Color

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

This div background color is #a0cbc6


#a0cbc6 Border Color

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

This div border color is #a0cbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cbc6


Comments

No comments written yet.

Please login to write comment.