Color Hex Logo

#a3dafe Color Hex

#A3DAFE
(163,218,254)
0 Favorites   0 Comments

Color spaces of #a3dafe

RGB 163218254
HSL0.570.980.82
HSV204°36°100°
CMYK 0.360.140.00   0.00
XYZ58.065165.0851103.2683
Yxy65.08510.25650.2875
Hunter Lab80.6753-12.7086-19.4213
CIE-Lab84.5276-9.0516-23.1780

#a3dafe color RGB value is (163,218,254).

#a3dafe hex color red value is 163, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a3dafe hue: 0.57 , saturation: 0.98 and the lightness value of a3dafe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011010 11111110
Octal 243 332 376
Decimal 163 218 254
Hex A3 DA FE

RGB Percentages of Color #a3dafe

%25.67
%34.33
%40.00

CMYK Percentages of Color #a3dafe

%36
%14
%0
%0

Triadic Colors of #a3dafe

#a3dafe #fea3da #dafea3

Analogous Colors of #a3dafe

#a3dafe #a3adfe #a3fef5

Monochromatic Colors of #a3dafe

#a3dafe

Complementary Color

#a3dafe #fec7a3

#a3dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dafe Color CSS Codes

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

#a3dafe Text Font Color

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

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


#a3dafe Background Color

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

This div background color is #a3dafe


#a3dafe Border Color

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

This div border color is #a3dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dafe


Comments

No comments written yet.

Please login to write comment.