Color Hex Logo

#a3facc Color Hex

#A3FACC
(163,250,204)
0 Favorites   0 Comments

Color spaces of #a3facc

RGB 163250204
HSL0.410.900.81
HSV148°35°98°
CMYK 0.350.000.18   0.02
XYZ60.188980.517469.4959
Yxy80.51740.28630.3830
Hunter Lab89.7315-37.298216.8927
CIE-Lab91.9165-35.789713.8643

#a3facc color RGB value is (163,250,204).

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

The process color (four color CMYK) of #a3facc color hex is 0.35, 0.00, 0.18, 0.02. Web safe color of #a3facc is #99ffcc. Color #a3facc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111010 11001100
Octal 243 372 314
Decimal 163 250 204
Hex A3 FA CC

RGB Percentages of Color #a3facc

%26.42
%40.52
%33.06

CMYK Percentages of Color #a3facc

%35
%0
%18
%2

Triadic Colors of #a3facc

#a3facc #cca3fa #facca3

Analogous Colors of #a3facc

#a3facc #a3faf8 #a6faa3

Monochromatic Colors of #a3facc

#a3facc

Complementary Color

#a3facc #faa3d1

#a3facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3facc Color CSS Codes

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

#a3facc Text Font Color

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

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


#a3facc Background Color

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

This div background color is #a3facc


#a3facc Border Color

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

This div border color is #a3facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3facc

Related Colors


Comments

No comments written yet.

Please login to write comment.