Color Hex Logo

#a2dafc Color Hex

#A2DAFC
(162,218,252)
0 Favorites   0 Comments

Color spaces of #a2dafc

RGB 162218252
HSL0.560.940.81
HSV203°36°99°
CMYK 0.360.130.00   0.01
XYZ57.542464.8525101.5804
Yxy64.85250.25690.2896
Hunter Lab80.5310-13.3845-18.4156
CIE-Lab84.4077-9.8117-22.3082

#a2dafc color RGB value is (162,218,252).

#a2dafc hex color red value is 162, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a2dafc hue: 0.56 , saturation: 0.94 and the lightness value of a2dafc is 0.81.

The process color (four color CMYK) of #a2dafc color hex is 0.36, 0.13, 0.00, 0.01. Web safe color of #a2dafc is #99ccff. Color #a2dafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011010 11111100
Octal 242 332 374
Decimal 162 218 252
Hex A2 DA FC

RGB Percentages of Color #a2dafc

%25.63
%34.49
%39.87

CMYK Percentages of Color #a2dafc

%36
%13
%0
%1

Triadic Colors of #a2dafc

#a2dafc #fca2da #dafca2

Analogous Colors of #a2dafc

#a2dafc #a2adfc #a2fcf1

Monochromatic Colors of #a2dafc

#a2dafc

Complementary Color

#a2dafc #fcc4a2

#a2dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dafc Color CSS Codes

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

#a2dafc Text Font Color

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

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


#a2dafc Background Color

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

This div background color is #a2dafc


#a2dafc Border Color

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

This div border color is #a2dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dafc

Related Colors


Comments

No comments written yet.

Please login to write comment.