Color Hex Logo

#a2ddea Color Hex

#A2DDEA
(162,221,234)
0 Favorites   0 Comments

Color spaces of #a2ddea

RGB 162221234
HSL0.530.630.78
HSV191°31°92°
CMYK 0.310.060.00   0.08
XYZ55.608065.334887.5219
Yxy65.33480.26680.3134
Hunter Lab80.8299-18.6510-7.6177
CIE-Lab84.6560-15.6758-12.4135

#a2ddea color RGB value is (162,221,234).

#a2ddea hex color red value is 162, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a2ddea hue: 0.53 , saturation: 0.63 and the lightness value of a2ddea is 0.78.

The process color (four color CMYK) of #a2ddea color hex is 0.31, 0.06, 0.00, 0.08. Web safe color of #a2ddea is #99ccff. Color #a2ddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011101 11101010
Octal 242 335 352
Decimal 162 221 234
Hex A2 DD EA

RGB Percentages of Color #a2ddea

%26.26
%35.82
%37.93

CMYK Percentages of Color #a2ddea

%31
%6
%0
%8

Triadic Colors of #a2ddea

#a2ddea #eaa2dd #ddeaa2

Analogous Colors of #a2ddea

#a2ddea #a2b9ea #a2ead3

Monochromatic Colors of #a2ddea

#a2ddea

Complementary Color

#a2ddea #eaafa2

#a2ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ddea Color CSS Codes

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

#a2ddea Text Font Color

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

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


#a2ddea Background Color

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

This div background color is #a2ddea


#a2ddea Border Color

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

This div border color is #a2ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ddea


Comments

No comments written yet.

Please login to write comment.