Color Hex Logo

#a0ddca Color Hex

#A0DDCA
(160,221,202)
0 Favorites   0 Comments

Color spaces of #a0ddca

RGB 160221202
HSL0.450.470.75
HSV161°28°87°
CMYK 0.280.000.09   0.13
XYZ51.014363.450865.4356
Yxy63.45080.28360.3527
Hunter Lab79.6560-25.08087.0538
CIE-Lab83.6790-23.31253.0828

#a0ddca color RGB value is (160,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011101 11001010
Octal 240 335 312
Decimal 160 221 202
Hex A0 DD CA

RGB Percentages of Color #a0ddca

%27.44
%37.91
%34.65

CMYK Percentages of Color #a0ddca

%28
%0
%9
%13

Triadic Colors of #a0ddca

#a0ddca #caa0dd #ddcaa0

Analogous Colors of #a0ddca

#a0ddca #a0d2dd #a0ddac

Monochromatic Colors of #a0ddca

#a0ddca

Complementary Color

#a0ddca #dda0b3

#a0ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ddca Color CSS Codes

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

#a0ddca Text Font Color

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

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


#a0ddca Background Color

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

This div background color is #a0ddca


#a0ddca Border Color

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

This div border color is #a0ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ddca


Comments

No comments written yet.

Please login to write comment.