Color Hex Logo

#a2dac6 Color Hex

#A2DAC6
(162,218,198)
0 Favorites   0 Comments

Color spaces of #a2dac6

RGB 162218198
HSL0.440.430.75
HSV159°26°85°
CMYK 0.260.000.09   0.15
XYZ50.164761.901462.7303
Yxy61.90140.28700.3541
Hunter Lab78.6774-23.87407.8017
CIE-Lab82.8610-22.05484.0311

#a2dac6 color RGB value is (162,218,198).

#a2dac6 hex color red value is 162, green value is 218 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #a2dac6 hue: 0.44 , saturation: 0.43 and the lightness value of a2dac6 is 0.75.

The process color (four color CMYK) of #a2dac6 color hex is 0.26, 0.00, 0.09, 0.15. Web safe color of #a2dac6 is #99cccc. Color #a2dac6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011010 11000110
Octal 242 332 306
Decimal 162 218 198
Hex A2 DA C6

RGB Percentages of Color #a2dac6

%28.03
%37.72
%34.26

CMYK Percentages of Color #a2dac6

%26
%0
%9
%15

Triadic Colors of #a2dac6

#a2dac6 #c6a2da #dac6a2

Analogous Colors of #a2dac6

#a2dac6 #a2d2da #a2daaa

Monochromatic Colors of #a2dac6

#a2dac6

Complementary Color

#a2dac6 #daa2b6

#a2dac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dac6 Color CSS Codes

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

#a2dac6 Text Font Color

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

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


#a2dac6 Background Color

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

This div background color is #a2dac6


#a2dac6 Border Color

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

This div border color is #a2dac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dac6


Comments

No comments written yet.

Please login to write comment.