Color Hex Logo

#a2ddef Color Hex

#A2DDEF
(162,221,239)
0 Favorites   0 Comments

Color spaces of #a2ddef

RGB 162221239
HSL0.540.710.79
HSV194°32°94°
CMYK 0.320.080.00   0.06
XYZ56.336765.626391.3592
Yxy65.62630.26410.3076
Hunter Lab81.0101-17.6336-10.1573
CIE-Lab84.8054-14.5013-14.8347

#a2ddef color RGB value is (162,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011101 11101111
Octal 242 335 357
Decimal 162 221 239
Hex A2 DD EF

RGB Percentages of Color #a2ddef

%26.05
%35.53
%38.42

CMYK Percentages of Color #a2ddef

%32
%8
%0
%6

Triadic Colors of #a2ddef

#a2ddef #efa2dd #ddefa2

Analogous Colors of #a2ddef

#a2ddef #a2b7ef #a2efdb

Monochromatic Colors of #a2ddef

#a2ddef

Complementary Color

#a2ddef #efb4a2

#a2ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ddef Color CSS Codes

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

#a2ddef Text Font Color

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

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


#a2ddef Background Color

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

This div background color is #a2ddef


#a2ddef Border Color

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

This div border color is #a2ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ddef


Comments

No comments written yet.

Please login to write comment.