Color Hex Logo

#a0cabb Color Hex

#A0CABB
(160,202,187)
0 Favorites   0 Comments

Color spaces of #a0cabb

RGB 160202187
HSL0.440.280.71
HSV159°21°79°
CMYK 0.210.000.07   0.21
XYZ44.587453.302554.9521
Yxy53.30250.29170.3487
Hunter Lab73.0086-18.75246.4796
CIE-Lab78.0533-16.89882.9260

#a0cabb color RGB value is (160,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001010 10111011
Octal 240 312 273
Decimal 160 202 187
Hex A0 CA BB

RGB Percentages of Color #a0cabb

%29.14
%36.79
%34.06

CMYK Percentages of Color #a0cabb

%21
%0
%7
%21

Triadic Colors of #a0cabb

#a0cabb #bba0ca #cabba0

Analogous Colors of #a0cabb

#a0cabb #a0c4ca #a0caa6

Monochromatic Colors of #a0cabb

#a0cabb

Complementary Color

#a0cabb #caa0af

#a0cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cabb Color CSS Codes

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

#a0cabb Text Font Color

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

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


#a0cabb Background Color

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

This div background color is #a0cabb


#a0cabb Border Color

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

This div border color is #a0cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cabb


Comments

No comments written yet.

Please login to write comment.