Color Hex Logo

#a2dcdd Color Hex

#A2DCDD
(162,220,221)
0 Favorites   0 Comments

Color spaces of #a2dcdd

RGB 162220221
HSL0.500.460.75
HSV181°27°87°
CMYK 0.270.000.00   0.13
XYZ53.544664.088277.9548
Yxy64.08820.27380.3277
Hunter Lab80.0551-20.7073-1.6959
CIE-Lab84.0117-18.1364-6.4856

#a2dcdd color RGB value is (162,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011100 11011101
Octal 242 334 335
Decimal 162 220 221
Hex A2 DC DD

RGB Percentages of Color #a2dcdd

%26.87
%36.48
%36.65

CMYK Percentages of Color #a2dcdd

%27
%0
%0
%13

Triadic Colors of #a2dcdd

#a2dcdd #dda2dc #dcdda2

Analogous Colors of #a2dcdd

#a2dcdd #a2bfdd #a2ddc1

Monochromatic Colors of #a2dcdd

#a2dcdd

Complementary Color

#a2dcdd #dda3a2

#a2dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dcdd Color CSS Codes

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

#a2dcdd Text Font Color

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

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


#a2dcdd Background Color

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

This div background color is #a2dcdd


#a2dcdd Border Color

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

This div border color is #a2dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dcdd


Comments

No comments written yet.

Please login to write comment.