Color Hex Logo

#a2d8dd Color Hex

#A2D8DD
(162,216,221)
0 Favorites   0 Comments

Color spaces of #a2d8dd

RGB 162216221
HSL0.510.460.75
HSV185°27°87°
CMYK 0.270.020.00   0.13
XYZ52.507362.013677.6090
Yxy62.01360.27330.3228
Hunter Lab78.7487-18.7918-3.3078
CIE-Lab82.9207-16.1178-8.1017

#a2d8dd color RGB value is (162,216,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011000 11011101
Octal 242 330 335
Decimal 162 216 221
Hex A2 D8 DD

RGB Percentages of Color #a2d8dd

%27.05
%36.06
%36.89

CMYK Percentages of Color #a2d8dd

%27
%2
%0
%13

Triadic Colors of #a2d8dd

#a2d8dd #dda2d8 #d8dda2

Analogous Colors of #a2d8dd

#a2d8dd #a2bbdd #a2ddc5

Monochromatic Colors of #a2d8dd

#a2d8dd

Complementary Color

#a2d8dd #dda7a2

#a2d8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d8dd Color CSS Codes

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

#a2d8dd Text Font Color

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

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


#a2d8dd Background Color

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

This div background color is #a2d8dd


#a2d8dd Border Color

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

This div border color is #a2d8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d8dd


Comments

No comments written yet.

Please login to write comment.