Color Hex Logo

#a0beb7 Color Hex

#A0BEB7
(160,190,183)
0 Favorites   0 Comments

Color spaces of #a0beb7

RGB 160190183
HSL0.460.190.69
HSV166°16°75°
CMYK 0.160.000.04   0.25
XYZ41.457947.719451.8254
Yxy47.71940.29400.3384
Hunter Lab69.0792-13.76193.8742
CIE-Lab74.6476-11.53000.1334

#a0beb7 color RGB value is (160,190,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 10110111
Octal 240 276 267
Decimal 160 190 183
Hex A0 BE B7

RGB Percentages of Color #a0beb7

%30.02
%35.65
%34.33

CMYK Percentages of Color #a0beb7

%16
%0
%4
%25

Triadic Colors of #a0beb7

#a0beb7 #b7a0be #beb7a0

Analogous Colors of #a0beb7

#a0beb7 #a0b6be #a0bea8

Monochromatic Colors of #a0beb7

#a0beb7

Complementary Color

#a0beb7 #bea0a7

#a0beb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0beb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0beb7 Color CSS Codes

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

#a0beb7 Text Font Color

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

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


#a0beb7 Background Color

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

This div background color is #a0beb7


#a0beb7 Border Color

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

This div border color is #a0beb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0beb7


Comments

No comments written yet.

Please login to write comment.