Color Hex Logo

#a0ddcc Color Hex

#A0DDCC
(160,221,204)
0 Favorites   0 Comments

Color spaces of #a0ddcc

RGB 160221204
HSL0.450.470.75
HSV163°28°87°
CMYK 0.280.000.08   0.13
XYZ51.252763.546166.6911
Yxy63.54610.28240.3501
Hunter Lab79.7158-24.73746.1984
CIE-Lab83.7289-22.89552.0962

#a0ddcc color RGB value is (160,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011101 11001100
Octal 240 335 314
Decimal 160 221 204
Hex A0 DD CC

RGB Percentages of Color #a0ddcc

%27.35
%37.78
%34.87

CMYK Percentages of Color #a0ddcc

%28
%0
%8
%13

Triadic Colors of #a0ddcc

#a0ddcc #cca0dd #ddcca0

Analogous Colors of #a0ddcc

#a0ddcc #a0d0dd #a0ddae

Monochromatic Colors of #a0ddcc

#a0ddcc

Complementary Color

#a0ddcc #dda0b1

#a0ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ddcc Color CSS Codes

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

#a0ddcc Text Font Color

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

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


#a0ddcc Background Color

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

This div background color is #a0ddcc


#a0ddcc Border Color

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

This div border color is #a0ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ddcc

#a0ddcc Color Palettes


Comments

No comments written yet.

Please login to write comment.