Color Hex Logo

#a0ddcb Color Hex

#A0DDCB
(160,221,203)
0 Favorites   0 Comments

Color spaces of #a0ddcb

RGB 160221203
HSL0.450.470.75
HSV162°28°87°
CMYK 0.280.000.08   0.13
XYZ51.133163.498366.0613
Yxy63.49830.28300.3514
Hunter Lab79.6858-24.90966.6274
CIE-Lab83.7039-23.10452.5894

#a0ddcb color RGB value is (160,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011101 11001011
Octal 240 335 313
Decimal 160 221 203
Hex A0 DD CB

RGB Percentages of Color #a0ddcb

%27.40
%37.84
%34.76

CMYK Percentages of Color #a0ddcb

%28
%0
%8
%13

Triadic Colors of #a0ddcb

#a0ddcb #cba0dd #ddcba0

Analogous Colors of #a0ddcb

#a0ddcb #a0d1dd #a0ddad

Monochromatic Colors of #a0ddcb

#a0ddcb

Complementary Color

#a0ddcb #dda0b2

#a0ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ddcb Color CSS Codes

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

#a0ddcb Text Font Color

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

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


#a0ddcb Background Color

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

This div background color is #a0ddcb


#a0ddcb Border Color

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

This div border color is #a0ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ddcb


Comments

No comments written yet.

Please login to write comment.