Color Hex Logo

#a0beae Color Hex

#A0BEAE
(160,190,174)
0 Favorites   0 Comments

Color spaces of #a0beae

RGB 160190174
HSL0.410.190.69
HSV148°16°75°
CMYK 0.160.000.08   0.25
XYZ40.550647.356547.0479
Yxy47.35650.30050.3509
Hunter Lab68.8161-15.24517.6361
CIE-Lab74.4172-13.32364.6901

#a0beae color RGB value is (160,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 10101110
Octal 240 276 256
Decimal 160 190 174
Hex A0 BE AE

RGB Percentages of Color #a0beae

%30.53
%36.26
%33.21

CMYK Percentages of Color #a0beae

%16
%0
%8
%25

Triadic Colors of #a0beae

#a0beae #aea0be #beaea0

Analogous Colors of #a0beae

#a0beae #a0bebd #a1bea0

Monochromatic Colors of #a0beae

#a0beae

Complementary Color

#a0beae #bea0b0

#a0beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0beae Color CSS Codes

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

#a0beae Text Font Color

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

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


#a0beae Background Color

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

This div background color is #a0beae


#a0beae Border Color

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

This div border color is #a0beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0beae


Comments

No comments written yet.

Please login to write comment.