Color Hex Logo

#a0beab Color Hex

#A0BEAB
(160,190,171)
0 Favorites   0 Comments

Color spaces of #a0beab

RGB 160190171
HSL0.390.190.69
HSV142°16°75°
CMYK 0.160.000.10   0.25
XYZ40.261347.240845.5245
Yxy47.24080.30270.3551
Hunter Lab68.7319-15.72058.8417
CIE-Lab74.3435-13.90336.2129

#a0beab color RGB value is (160,190,171).

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

The process color (four color CMYK) of #a0beab color hex is 0.16, 0.00, 0.10, 0.25. Web safe color of #a0beab is #99cc99. Color #a0beab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 10101011
Octal 240 276 253
Decimal 160 190 171
Hex A0 BE AB

RGB Percentages of Color #a0beab

%30.71
%36.47
%32.82

CMYK Percentages of Color #a0beab

%16
%0
%10
%25

Triadic Colors of #a0beab

#a0beab #aba0be #beaba0

Analogous Colors of #a0beab

#a0beab #a0beba #a4bea0

Monochromatic Colors of #a0beab

#a0beab

Complementary Color

#a0beab #bea0b3

#a0beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0beab Color CSS Codes

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

#a0beab Text Font Color

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

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


#a0beab Background Color

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

This div background color is #a0beab


#a0beab Border Color

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

This div border color is #a0beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0beab


Comments

No comments written yet.

Please login to write comment.