Color Hex Logo

#a2dbde Color Hex

#A2DBDE
(162,219,222)
0 Favorites   0 Comments

Color spaces of #a2dbde

RGB 162219222
HSL0.510.480.75
HSV183°27°87°
CMYK 0.270.010.00   0.13
XYZ53.416663.618378.5715
Yxy63.61830.27310.3252
Hunter Lab79.7611-20.0391-2.5730
CIE-Lab83.7666-17.4096-7.3786

#a2dbde color RGB value is (162,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011011 11011110
Octal 242 333 336
Decimal 162 219 222
Hex A2 DB DE

RGB Percentages of Color #a2dbde

%26.87
%36.32
%36.82

CMYK Percentages of Color #a2dbde

%27
%1
%0
%13

Triadic Colors of #a2dbde

#a2dbde #dea2db #dbdea2

Analogous Colors of #a2dbde

#a2dbde #a2bdde #a2dec3

Monochromatic Colors of #a2dbde

#a2dbde

Complementary Color

#a2dbde #dea5a2

#a2dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dbde Color CSS Codes

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

#a2dbde Text Font Color

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

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


#a2dbde Background Color

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

This div background color is #a2dbde


#a2dbde Border Color

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

This div border color is #a2dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dbde


Comments

No comments written yet.

Please login to write comment.