Color Hex Logo

#a0cabe Color Hex

#A0CABE
(160,202,190)
0 Favorites   0 Comments

Color spaces of #a0cabe

RGB 160202190
HSL0.450.280.71
HSV163°21°79°
CMYK 0.210.000.06   0.21
XYZ44.912053.432356.6616
Yxy53.43230.28970.3447
Hunter Lab73.0974-18.24775.2094
CIE-Lab78.1295-16.28711.4231

#a0cabe color RGB value is (160,202,190).

#a0cabe hex color red value is 160, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a0cabe hue: 0.45 , saturation: 0.28 and the lightness value of a0cabe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001010 10111110
Octal 240 312 276
Decimal 160 202 190
Hex A0 CA BE

RGB Percentages of Color #a0cabe

%28.99
%36.59
%34.42

CMYK Percentages of Color #a0cabe

%21
%0
%6
%21

Triadic Colors of #a0cabe

#a0cabe #bea0ca #cabea0

Analogous Colors of #a0cabe

#a0cabe #a0c1ca #a0caa9

Monochromatic Colors of #a0cabe

#a0cabe

Complementary Color

#a0cabe #caa0ac

#a0cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cabe Color CSS Codes

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

#a0cabe Text Font Color

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

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


#a0cabe Background Color

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

This div background color is #a0cabe


#a0cabe Border Color

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

This div border color is #a0cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cabe


Comments

No comments written yet.

Please login to write comment.