Color Hex Logo

#a2dabc Color Hex

#A2DABC
(162,218,188)
0 Favorites   0 Comments

Color spaces of #a2dabc

RGB 162218188
HSL0.410.430.75
HSV148°26°85°
CMYK 0.260.000.14   0.15
XYZ49.048861.455056.8538
Yxy61.45500.29310.3672
Hunter Lab78.3932-25.504911.8759
CIE-Lab82.6227-24.04678.9883

#a2dabc color RGB value is (162,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011010 10111100
Octal 242 332 274
Decimal 162 218 188
Hex A2 DA BC

RGB Percentages of Color #a2dabc

%28.52
%38.38
%33.10

CMYK Percentages of Color #a2dabc

%26
%0
%14
%15

Triadic Colors of #a2dabc

#a2dabc #bca2da #dabca2

Analogous Colors of #a2dabc

#a2dabc #a2dad8 #a4daa2

Monochromatic Colors of #a2dabc

#a2dabc

Complementary Color

#a2dabc #daa2c0

#a2dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dabc Color CSS Codes

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

#a2dabc Text Font Color

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

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


#a2dabc Background Color

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

This div background color is #a2dabc


#a2dabc Border Color

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

This div border color is #a2dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dabc


Comments

No comments written yet.

Please login to write comment.