Color Hex Logo

#a0cdbe Color Hex

#A0CDBE
(160,205,190)
0 Favorites   0 Comments

Color spaces of #a0cdbe

RGB 160205190
HSL0.440.310.72
HSV160°22°80°
CMYK 0.220.000.07   0.20
XYZ45.622854.853956.8985
Yxy54.85390.28990.3486
Hunter Lab74.0634-19.65566.2954
CIE-Lab78.9570-17.81012.6259

#a0cdbe color RGB value is (160,205,190).

#a0cdbe hex color red value is 160, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a0cdbe hue: 0.44 , saturation: 0.31 and the lightness value of a0cdbe is 0.72.

The process color (four color CMYK) of #a0cdbe color hex is 0.22, 0.00, 0.07, 0.20. Web safe color of #a0cdbe is #99cccc. Color #a0cdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001101 10111110
Octal 240 315 276
Decimal 160 205 190
Hex A0 CD BE

RGB Percentages of Color #a0cdbe

%28.83
%36.94
%34.23

CMYK Percentages of Color #a0cdbe

%22
%0
%7
%20

Triadic Colors of #a0cdbe

#a0cdbe #bea0cd #cdbea0

Analogous Colors of #a0cdbe

#a0cdbe #a0c6cd #a0cda8

Monochromatic Colors of #a0cdbe

#a0cdbe

Complementary Color

#a0cdbe #cda0af

#a0cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cdbe Color CSS Codes

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

#a0cdbe Text Font Color

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

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


#a0cdbe Background Color

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

This div background color is #a0cdbe


#a0cdbe Border Color

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

This div border color is #a0cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cdbe

#a0cdbe Color Palettes


Comments

No comments written yet.

Please login to write comment.