Color Hex Logo

#a2cadd Color Hex

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

Color spaces of #a2cadd

RGB 162202221
HSL0.550.460.75
HSV199°27°87°
CMYK 0.270.090.00   0.13
XYZ49.072055.142976.4639
Yxy55.14290.27160.3052
Hunter Lab74.2583-11.9940-9.0703
CIE-Lab79.1235-8.9005-13.7654

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

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

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

Base Numbers

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

RGB Percentages of Color #a2cadd

%27.69
%34.53
%37.78

CMYK Percentages of Color #a2cadd

%27
%9
%0
%13

Triadic Colors of #a2cadd

#a2cadd #dda2ca #cadda2

Analogous Colors of #a2cadd

#a2cadd #a2addd #a2ddd3

Monochromatic Colors of #a2cadd

#a2cadd

Complementary Color

#a2cadd #ddb5a2

#a2cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cadd Color CSS Codes

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

#a2cadd Text Font Color

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

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


#a2cadd Background Color

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

This div background color is #a2cadd


#a2cadd Border Color

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

This div border color is #a2cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cadd


Comments

No comments written yet.

Please login to write comment.