Color Hex Logo

#a0debf Color Hex

#A0DEBF
(160,222,191)
1 Favorites   0 Comments

Color spaces of #a0debf

RGB 160222191
HSL0.420.480.75
HSV150°28°87°
CMYK 0.280.000.14   0.13
XYZ50.022563.477758.9062
Yxy63.47770.29010.3682
Hunter Lab79.6729-27.356611.9349
CIE-Lab83.6931-26.02388.9186

#a0debf color RGB value is (160,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011110 10111111
Octal 240 336 277
Decimal 160 222 191
Hex A0 DE BF

RGB Percentages of Color #a0debf

%27.92
%38.74
%33.33

CMYK Percentages of Color #a0debf

%28
%0
%14
%13

Triadic Colors of #a0debf

#a0debf #bfa0de #debfa0

Analogous Colors of #a0debf

#a0debf #a0dede #a0dea0

Monochromatic Colors of #a0debf

#a0debf

Complementary Color

#a0debf #dea0bf

#a0debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0debf Color CSS Codes

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

#a0debf Text Font Color

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

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


#a0debf Background Color

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

This div background color is #a0debf


#a0debf Border Color

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

This div border color is #a0debf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0debf


Comments

No comments written yet.

Please login to write comment.