Color Hex Logo

#a2ddca Color Hex

#A2DDCA
(162,221,202)
0 Favorites   0 Comments

Color spaces of #a2ddca

RGB 162221202
HSL0.450.460.75
HSV161°27°87°
CMYK 0.270.000.09   0.13
XYZ51.417463.658665.4545
Yxy63.65860.28480.3526
Hunter Lab79.7863-24.59387.2106
CIE-Lab83.7877-22.71363.2540

#a2ddca color RGB value is (162,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011101 11001010
Octal 242 335 312
Decimal 162 221 202
Hex A2 DD CA

RGB Percentages of Color #a2ddca

%27.69
%37.78
%34.53

CMYK Percentages of Color #a2ddca

%27
%0
%9
%13

Triadic Colors of #a2ddca

#a2ddca #caa2dd #ddcaa2

Analogous Colors of #a2ddca

#a2ddca #a2d3dd #a2ddad

Monochromatic Colors of #a2ddca

#a2ddca

Complementary Color

#a2ddca #dda2b5

#a2ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ddca Color CSS Codes

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

#a2ddca Text Font Color

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

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


#a2ddca Background Color

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

This div background color is #a2ddca


#a2ddca Border Color

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

This div border color is #a2ddca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,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 #a2ddca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ddca


Comments

No comments written yet.

Please login to write comment.