Color Hex Logo

#a3dffa Color Hex

#A3DFFA
(163,223,250)
0 Favorites   0 Comments

Color spaces of #a3dffa

RGB 163223250
HSL0.550.900.81
HSV199°35°98°
CMYK 0.350.110.00   0.02
XYZ58.747367.4640100.3680
Yxy67.46400.25930.2978
Hunter Lab82.1365-16.0685-14.9549
CIE-Lab85.7377-12.6127-19.2344

#a3dffa color RGB value is (163,223,250).

#a3dffa hex color red value is 163, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a3dffa hue: 0.55 , saturation: 0.90 and the lightness value of a3dffa is 0.81.

The process color (four color CMYK) of #a3dffa color hex is 0.35, 0.11, 0.00, 0.02. Web safe color of #a3dffa is #99ccff. Color #a3dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011111 11111010
Octal 243 337 372
Decimal 163 223 250
Hex A3 DF FA

RGB Percentages of Color #a3dffa

%25.63
%35.06
%39.31

CMYK Percentages of Color #a3dffa

%35
%11
%0
%2

Triadic Colors of #a3dffa

#a3dffa #faa3df #dffaa3

Analogous Colors of #a3dffa

#a3dffa #a3b4fa #a3faea

Monochromatic Colors of #a3dffa

#a3dffa

Complementary Color

#a3dffa #fabea3

#a3dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dffa Color CSS Codes

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

#a3dffa Text Font Color

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

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


#a3dffa Background Color

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

This div background color is #a3dffa


#a3dffa Border Color

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

This div border color is #a3dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dffa


Comments

No comments written yet.

Please login to write comment.