Color Hex Logo

#a3defd Color Hex

#A3DEFD
(163,222,253)
0 Favorites   0 Comments

Color spaces of #a3defd

RGB 163222253
HSL0.560.960.82
HSV201°36°99°
CMYK 0.360.120.00   0.01
XYZ58.955267.1209102.7769
Yxy67.12090.25760.2933
Hunter Lab81.9273-14.9236-17.0295
CIE-Lab85.5650-11.3662-21.0772

#a3defd color RGB value is (163,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011110 11111101
Octal 243 336 375
Decimal 163 222 253
Hex A3 DE FD

RGB Percentages of Color #a3defd

%25.55
%34.80
%39.66

CMYK Percentages of Color #a3defd

%36
%12
%0
%1

Triadic Colors of #a3defd

#a3defd #fda3de #defda3

Analogous Colors of #a3defd

#a3defd #a3b1fd #a3fdef

Monochromatic Colors of #a3defd

#a3defd

Complementary Color

#a3defd #fdc2a3

#a3defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3defd Color CSS Codes

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

#a3defd Text Font Color

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

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


#a3defd Background Color

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

This div background color is #a3defd


#a3defd Border Color

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

This div border color is #a3defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3defd


Comments

No comments written yet.

Please login to write comment.