Color Hex Logo

#a0cead Color Hex

#A0CEAD
(160,206,173)
0 Favorites   0 Comments

Color spaces of #a0cead

RGB 160206173
HSL0.380.320.72
HSV137°22°81°
CMYK 0.220.000.16   0.19
XYZ44.111354.633347.7555
Yxy54.63330.30110.3729
Hunter Lab73.9143-22.823213.4332
CIE-Lab78.8296-21.632711.5433

#a0cead color RGB value is (160,206,173).

#a0cead hex color red value is 160, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a0cead hue: 0.38 , saturation: 0.32 and the lightness value of a0cead is 0.72.

The process color (four color CMYK) of #a0cead color hex is 0.22, 0.00, 0.16, 0.19. Web safe color of #a0cead is #99cc99. Color #a0cead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001110 10101101
Octal 240 316 255
Decimal 160 206 173
Hex A0 CE AD

RGB Percentages of Color #a0cead

%29.68
%38.22
%32.10

CMYK Percentages of Color #a0cead

%22
%0
%16
%19

Triadic Colors of #a0cead

#a0cead #ada0ce #ceada0

Analogous Colors of #a0cead

#a0cead #a0cec4 #aacea0

Monochromatic Colors of #a0cead

#a0cead

Complementary Color

#a0cead #cea0c1

#a0cead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cead Color CSS Codes

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

#a0cead Text Font Color

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

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


#a0cead Background Color

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

This div background color is #a0cead


#a0cead Border Color

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

This div border color is #a0cead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cead


Comments

No comments written yet.

Please login to write comment.