Color Hex Logo

#a0deab Color Hex

#A0DEAB
(160,222,171)
0 Favorites   0 Comments

Color spaces of #a0deab

RGB 160222171
HSL0.360.480.75
HSV131°28°87°
CMYK 0.280.000.23   0.13
XYZ47.969262.656448.0937
Yxy62.65640.30220.3948
Hunter Lab79.1558-30.349919.3855
CIE-Lab83.2613-29.763218.8263

#a0deab color RGB value is (160,222,171).

#a0deab hex color red value is 160, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a0deab hue: 0.36 , saturation: 0.48 and the lightness value of a0deab is 0.75.

The process color (four color CMYK) of #a0deab color hex is 0.28, 0.00, 0.23, 0.13. Web safe color of #a0deab is #99cc99. Color #a0deab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011110 10101011
Octal 240 336 253
Decimal 160 222 171
Hex A0 DE AB

RGB Percentages of Color #a0deab

%28.93
%40.14
%30.92

CMYK Percentages of Color #a0deab

%28
%0
%23
%13

Triadic Colors of #a0deab

#a0deab #aba0de #deaba0

Analogous Colors of #a0deab

#a0deab #a0deca #b4dea0

Monochromatic Colors of #a0deab

#a0deab

Complementary Color

#a0deab #dea0d3

#a0deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0deab Color CSS Codes

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

#a0deab Text Font Color

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

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


#a0deab Background Color

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

This div background color is #a0deab


#a0deab Border Color

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

This div border color is #a0deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0deab


Comments

No comments written yet.

Please login to write comment.