Color Hex Logo

#a2ddda Color Hex

#A2DDDA
(162,221,218)
0 Favorites   0 Comments

Color spaces of #a2ddda

RGB 162221218
HSL0.490.460.75
HSV177°27°87°
CMYK 0.270.000.01   0.13
XYZ53.411664.456275.9559
Yxy64.45620.27560.3326
Hunter Lab80.2846-21.74590.1060
CIE-Lab84.2027-19.3021-4.6136

#a2ddda color RGB value is (162,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011101 11011010
Octal 242 335 332
Decimal 162 221 218
Hex A2 DD DA

RGB Percentages of Color #a2ddda

%26.96
%36.77
%36.27

CMYK Percentages of Color #a2ddda

%27
%0
%1
%13

Triadic Colors of #a2ddda

#a2ddda #daa2dd #dddaa2

Analogous Colors of #a2ddda

#a2ddda #a2c3dd #a2ddbd

Monochromatic Colors of #a2ddda

#a2ddda

Complementary Color

#a2ddda #dda2a5

#a2ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ddda Color CSS Codes

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

#a2ddda Text Font Color

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

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


#a2ddda Background Color

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

This div background color is #a2ddda


#a2ddda Border Color

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

This div border color is #a2ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ddda


Comments

No comments written yet.

Please login to write comment.