Color Hex Logo

#a0ddbd Color Hex

#A0DDBD
(160,221,189)
0 Favorites   0 Comments

Color spaces of #a0ddbd

RGB 160221189
HSL0.410.470.75
HSV149°28°87°
CMYK 0.280.000.14   0.13
XYZ49.539062.860657.6664
Yxy62.86060.29130.3696
Hunter Lab79.2847-27.217012.3757
CIE-Lab83.3690-25.93169.5113

#a0ddbd color RGB value is (160,221,189).

#a0ddbd hex color red value is 160, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a0ddbd hue: 0.41 , saturation: 0.47 and the lightness value of a0ddbd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011101 10111101
Octal 240 335 275
Decimal 160 221 189
Hex A0 DD BD

RGB Percentages of Color #a0ddbd

%28.07
%38.77
%33.16

CMYK Percentages of Color #a0ddbd

%28
%0
%14
%13

Triadic Colors of #a0ddbd

#a0ddbd #bda0dd #ddbda0

Analogous Colors of #a0ddbd

#a0ddbd #a0dddc #a2dda0

Monochromatic Colors of #a0ddbd

#a0ddbd

Complementary Color

#a0ddbd #dda0c0

#a0ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ddbd Color CSS Codes

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

#a0ddbd Text Font Color

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

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


#a0ddbd Background Color

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

This div background color is #a0ddbd


#a0ddbd Border Color

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

This div border color is #a0ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ddbd


Comments

No comments written yet.

Please login to write comment.