Color Hex Logo

#a0e5bd Color Hex

#A0E5BD
(160,229,189)
0 Favorites   0 Comments

Color spaces of #a0e5bd

RGB 160229189
HSL0.400.570.76
HSV145°30°90°
CMYK 0.300.000.17   0.10
XYZ51.701867.186358.3874
Yxy67.18630.29160.3790
Hunter Lab81.9672-30.851715.1433
CIE-Lab85.5979-29.766612.6827

#a0e5bd color RGB value is (160,229,189).

#a0e5bd hex color red value is 160, green value is 229 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a0e5bd hue: 0.40 , saturation: 0.57 and the lightness value of a0e5bd is 0.76.

The process color (four color CMYK) of #a0e5bd color hex is 0.30, 0.00, 0.17, 0.10. Web safe color of #a0e5bd is #99cccc. Color #a0e5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11100101 10111101
Octal 240 345 275
Decimal 160 229 189
Hex A0 E5 BD

RGB Percentages of Color #a0e5bd

%27.68
%39.62
%32.70

CMYK Percentages of Color #a0e5bd

%30
%0
%17
%10

Triadic Colors of #a0e5bd

#a0e5bd #bda0e5 #e5bda0

Analogous Colors of #a0e5bd

#a0e5bd #a0e5e0 #a6e5a0

Monochromatic Colors of #a0e5bd

#a0e5bd

Complementary Color

#a0e5bd #e5a0c8

#a0e5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0e5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0e5bd Color CSS Codes

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

#a0e5bd Text Font Color

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

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


#a0e5bd Background Color

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

This div background color is #a0e5bd


#a0e5bd Border Color

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

This div border color is #a0e5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0e5bd


Comments

No comments written yet.

Please login to write comment.