Color Hex Logo

#a3fdfc Color Hex

#A3FDFC
(163,253,252)
0 Favorites   0 Comments

Color spaces of #a3fdfc

RGB 163253252
HSL0.500.960.82
HSV179°36°99°
CMYK 0.360.000.00   0.01
XYZ67.800285.0654104.9413
Yxy85.06540.26300.3300
Hunter Lab92.2309-30.1863-2.8992
CIE-Lab93.9113-27.0025-8.0546

#a3fdfc color RGB value is (163,253,252).

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

The process color (four color CMYK) of #a3fdfc color hex is 0.36, 0.00, 0.00, 0.01. Web safe color of #a3fdfc is #99ffff. Color #a3fdfc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111101 11111100
Octal 243 375 374
Decimal 163 253 252
Hex A3 FD FC

RGB Percentages of Color #a3fdfc

%24.40
%37.87
%37.72

CMYK Percentages of Color #a3fdfc

%36
%0
%0
%1

Triadic Colors of #a3fdfc

#a3fdfc #fca3fd #fdfca3

Analogous Colors of #a3fdfc

#a3fdfc #a3d1fd #a3fdcf

Monochromatic Colors of #a3fdfc

#a3fdfc

Complementary Color

#a3fdfc #fda3a4

#a3fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3fdfc Color CSS Codes

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

#a3fdfc Text Font Color

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

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


#a3fdfc Background Color

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

This div background color is #a3fdfc


#a3fdfc Border Color

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

This div border color is #a3fdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3fdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.