Color Hex Logo

#a3c2fd Color Hex

#A3C2FD
(163,194,253)
0 Favorites   0 Comments

Color spaces of #a3c2fd

RGB 163194253
HSL0.610.960.82
HSV219°36°99°
CMYK 0.360.230.00   0.01
XYZ52.125753.4620100.5004
Yxy53.46200.25290.2594
Hunter Lab73.1177-0.7031-30.3118
CIE-Lab78.14703.4621-32.4075

#a3c2fd color RGB value is (163,194,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11000010 11111101
Octal 243 302 375
Decimal 163 194 253
Hex A3 C2 FD

RGB Percentages of Color #a3c2fd

%26.72
%31.80
%41.48

CMYK Percentages of Color #a3c2fd

%36
%23
%0
%1

Triadic Colors of #a3c2fd

#a3c2fd #fda3c2 #c2fda3

Analogous Colors of #a3c2fd

#a3c2fd #b1a3fd #a3effd

Monochromatic Colors of #a3c2fd

#a3c2fd

Complementary Color

#a3c2fd #fddea3

#a3c2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3c2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3c2fd Color CSS Codes

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

#a3c2fd Text Font Color

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

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


#a3c2fd Background Color

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

This div background color is #a3c2fd


#a3c2fd Border Color

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

This div border color is #a3c2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3c2fd

Related Colors


Comments

No comments written yet.

Please login to write comment.