Color Hex Logo

#a0d7bd Color Hex

#A0D7BD
(160,215,189)
0 Favorites   0 Comments

Color spaces of #a0d7bd

RGB 160215189
HSL0.420.410.74
HSV152°26°84°
CMYK 0.260.000.12   0.16
XYZ47.983059.748657.1478
Yxy59.74860.29100.3624
Hunter Lab77.2972-24.464510.2734
CIE-Lab81.7014-23.00137.1226

#a0d7bd color RGB value is (160,215,189).

#a0d7bd hex color red value is 160, green value is 215 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a0d7bd hue: 0.42 , saturation: 0.41 and the lightness value of a0d7bd is 0.74.

The process color (four color CMYK) of #a0d7bd color hex is 0.26, 0.00, 0.12, 0.16. Web safe color of #a0d7bd is #99cccc. Color #a0d7bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11010111 10111101
Octal 240 327 275
Decimal 160 215 189
Hex A0 D7 BD

RGB Percentages of Color #a0d7bd

%28.37
%38.12
%33.51

CMYK Percentages of Color #a0d7bd

%26
%0
%12
%16

Triadic Colors of #a0d7bd

#a0d7bd #bda0d7 #d7bda0

Analogous Colors of #a0d7bd

#a0d7bd #a0d6d7 #a0d7a2

Monochromatic Colors of #a0d7bd

#a0d7bd

Complementary Color

#a0d7bd #d7a0ba

#a0d7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0d7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0d7bd Color CSS Codes

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

#a0d7bd Text Font Color

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

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


#a0d7bd Background Color

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

This div background color is #a0d7bd


#a0d7bd Border Color

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

This div border color is #a0d7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0d7bd


Comments

No comments written yet.

Please login to write comment.