Color Hex Logo

#a3defe Color Hex

#A3DEFE
(163,222,254)
0 Favorites   0 Comments

Color spaces of #a3defe

RGB 163222254
HSL0.560.980.82
HSV201°36°100°
CMYK 0.360.130.00   0.00
XYZ59.114967.1848103.6182
Yxy67.18480.25710.2922
Hunter Lab81.9663-14.7052-17.5754
CIE-Lab85.5972-11.1204-21.5555

#a3defe color RGB value is (163,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011110 11111110
Octal 243 336 376
Decimal 163 222 254
Hex A3 DE FE

RGB Percentages of Color #a3defe

%25.51
%34.74
%39.75

CMYK Percentages of Color #a3defe

%36
%13
%0
%0

Triadic Colors of #a3defe

#a3defe #fea3de #defea3

Analogous Colors of #a3defe

#a3defe #a3b1fe #a3fef1

Monochromatic Colors of #a3defe

#a3defe

Complementary Color

#a3defe #fec3a3

#a3defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3defe Color CSS Codes

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

#a3defe Text Font Color

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

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


#a3defe Background Color

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

This div background color is #a3defe


#a3defe Border Color

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

This div border color is #a3defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3defe

Related Colors


Comments

No comments written yet.

Please login to write comment.