Color Hex Logo

#a0deba Color Hex

#A0DEBA
(160,222,186)
0 Favorites   0 Comments

Color spaces of #a0deba

RGB 160222186
HSL0.400.480.75
HSV145°28°87°
CMYK 0.280.000.16   0.13
XYZ49.481463.261356.0571
Yxy63.26130.29310.3748
Hunter Lab79.5370-28.141613.8887
CIE-Lab83.5797-26.995811.3940

#a0deba color RGB value is (160,222,186).

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

The process color (four color CMYK) of #a0deba color hex is 0.28, 0.00, 0.16, 0.13. Web safe color of #a0deba is #99cccc. Color #a0deba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011110 10111010
Octal 240 336 272
Decimal 160 222 186
Hex A0 DE BA

RGB Percentages of Color #a0deba

%28.17
%39.08
%32.75

CMYK Percentages of Color #a0deba

%28
%0
%16
%13

Triadic Colors of #a0deba

#a0deba #baa0de #debaa0

Analogous Colors of #a0deba

#a0deba #a0ded9 #a5dea0

Monochromatic Colors of #a0deba

#a0deba

Complementary Color

#a0deba #dea0c4

#a0deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0deba Color CSS Codes

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

#a0deba Text Font Color

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

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


#a0deba Background Color

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

This div background color is #a0deba


#a0deba Border Color

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

This div border color is #a0deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0deba


Comments

No comments written yet.

Please login to write comment.