Color Hex Logo

#a2dcef Color Hex

#A2DCEF
(162,220,239)
0 Favorites   0 Comments

Color spaces of #a2dcef

RGB 162220239
HSL0.540.710.79
HSV195°32°94°
CMYK 0.320.080.00   0.06
XYZ56.073565.099891.2715
Yxy65.09980.26390.3064
Hunter Lab80.6844-17.1451-10.5907
CIE-Lab84.5351-13.9913-15.2404

#a2dcef color RGB value is (162,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011100 11101111
Octal 242 334 357
Decimal 162 220 239
Hex A2 DC EF

RGB Percentages of Color #a2dcef

%26.09
%35.43
%38.49

CMYK Percentages of Color #a2dcef

%32
%8
%0
%6

Triadic Colors of #a2dcef

#a2dcef #efa2dc #dcefa2

Analogous Colors of #a2dcef

#a2dcef #a2b6ef #a2efdc

Monochromatic Colors of #a2dcef

#a2dcef

Complementary Color

#a2dcef #efb5a2

#a2dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dcef Color CSS Codes

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

#a2dcef Text Font Color

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

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


#a2dcef Background Color

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

This div background color is #a2dcef


#a2dcef Border Color

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

This div border color is #a2dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dcef


Comments

No comments written yet.

Please login to write comment.