Color Hex Logo

#a3c4fa Color Hex

#A3C4FA
(163,196,250)
0 Favorites   0 Comments

Color spaces of #a3c4fa

RGB 163196250
HSL0.600.900.81
HSV217°35°98°
CMYK 0.350.220.00   0.02
XYZ52.099554.168598.1521
Yxy54.16850.25490.2650
Hunter Lab73.5993-2.4420-27.5498
CIE-Lab78.55991.6138-30.1669

#a3c4fa color RGB value is (163,196,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11000100 11111010
Octal 243 304 372
Decimal 163 196 250
Hex A3 C4 FA

RGB Percentages of Color #a3c4fa

%26.77
%32.18
%41.05

CMYK Percentages of Color #a3c4fa

%35
%22
%0
%2

Triadic Colors of #a3c4fa

#a3c4fa #faa3c4 #c4faa3

Analogous Colors of #a3c4fa

#a3c4fa #aea3fa #a3f0fa

Monochromatic Colors of #a3c4fa

#a3c4fa

Complementary Color

#a3c4fa #fad9a3

#a3c4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3c4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3c4fa Color CSS Codes

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

#a3c4fa Text Font Color

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

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


#a3c4fa Background Color

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

This div background color is #a3c4fa


#a3c4fa Border Color

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

This div border color is #a3c4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3c4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.