Color Hex Logo

#a0bebb Color Hex

#A0BEBB
(160,190,187)
0 Favorites   0 Comments

Color spaces of #a0bebb

RGB 160190187
HSL0.480.190.69
HSV174°16°75°
CMYK 0.160.000.02   0.25
XYZ41.880347.888454.0498
Yxy47.88840.29120.3330
Hunter Lab69.2014-13.07542.1325
CIE-Lab74.7545-10.7072-1.8852

#a0bebb color RGB value is (160,190,187).

#a0bebb hex color red value is 160, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a0bebb hue: 0.48 , saturation: 0.19 and the lightness value of a0bebb is 0.69.

The process color (four color CMYK) of #a0bebb color hex is 0.16, 0.00, 0.02, 0.25. Web safe color of #a0bebb is #99cccc. Color #a0bebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 10111011
Octal 240 276 273
Decimal 160 190 187
Hex A0 BE BB

RGB Percentages of Color #a0bebb

%29.80
%35.38
%34.82

CMYK Percentages of Color #a0bebb

%16
%0
%2
%25

Triadic Colors of #a0bebb

#a0bebb #bba0be #bebba0

Analogous Colors of #a0bebb

#a0bebb #a0b2be #a0beac

Monochromatic Colors of #a0bebb

#a0bebb

Complementary Color

#a0bebb #bea0a3

#a0bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bebb Color CSS Codes

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

#a0bebb Text Font Color

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

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


#a0bebb Background Color

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

This div background color is #a0bebb


#a0bebb Border Color

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

This div border color is #a0bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bebb


Comments

No comments written yet.

Please login to write comment.