Color Hex Logo

#a2dadb Color Hex

#A2DADB
(162,218,219)
0 Favorites   0 Comments

Color spaces of #a2dadb

RGB 162218219
HSL0.500.440.75
HSV181°26°86°
CMYK 0.260.000.00   0.14
XYZ52.757962.938776.3856
Yxy62.93870.27470.3277
Hunter Lab79.3339-20.1299-1.5528
CIE-Lab83.4101-17.5759-6.3140

#a2dadb color RGB value is (162,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011010 11011011
Octal 242 332 333
Decimal 162 218 219
Hex A2 DA DB

RGB Percentages of Color #a2dadb

%27.05
%36.39
%36.56

CMYK Percentages of Color #a2dadb

%26
%0
%0
%14

Triadic Colors of #a2dadb

#a2dadb #dba2da #dadba2

Analogous Colors of #a2dadb

#a2dadb #a2bedb #a2dbc0

Monochromatic Colors of #a2dadb

#a2dadb

Complementary Color

#a2dadb #dba3a2

#a2dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dadb Color CSS Codes

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

#a2dadb Text Font Color

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

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


#a2dadb Background Color

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

This div background color is #a2dadb


#a2dadb Border Color

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

This div border color is #a2dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dadb


Comments

No comments written yet.

Please login to write comment.