Color Hex Logo

#a2ddee Color Hex

#A2DDEE
(162,221,238)
0 Favorites   0 Comments

Color spaces of #a2ddee

RGB 162221238
HSL0.540.690.78
HSV193°32°93°
CMYK 0.320.070.00   0.07
XYZ56.189465.567390.5832
Yxy65.56730.26460.3088
Hunter Lab80.9736-17.8388-9.6447
CIE-Lab84.7752-14.7374-14.3512

#a2ddee color RGB value is (162,221,238).

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

The process color (four color CMYK) of #a2ddee color hex is 0.32, 0.07, 0.00, 0.07. Web safe color of #a2ddee is #99ccff. Color #a2ddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011101 11101110
Octal 242 335 356
Decimal 162 221 238
Hex A2 DD EE

RGB Percentages of Color #a2ddee

%26.09
%35.59
%38.33

CMYK Percentages of Color #a2ddee

%32
%7
%0
%7

Triadic Colors of #a2ddee

#a2ddee #eea2dd #ddeea2

Analogous Colors of #a2ddee

#a2ddee #a2b7ee #a2eed9

Monochromatic Colors of #a2ddee

#a2ddee

Complementary Color

#a2ddee #eeb3a2

#a2ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ddee Color CSS Codes

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

#a2ddee Text Font Color

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

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


#a2ddee Background Color

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

This div background color is #a2ddee


#a2ddee Border Color

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

This div border color is #a2ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ddee


Comments

No comments written yet.

Please login to write comment.