Color Hex Logo

#a3caff Color Hex

#A3CAFF
(163,202,255)
1 Favorites   0 Comments

Color spaces of #a3caff

RGB 163202255
HSL0.601.000.82
HSV215°36°100°
CMYK 0.360.210.00   0.00
XYZ54.274857.2476102.7970
Yxy57.24760.25320.2671
Hunter Lab75.6621-4.3652-27.5898
CIE-Lab80.3187-0.3496-30.1354

#a3caff color RGB value is (163,202,255).

#a3caff hex color red value is 163, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a3caff hue: 0.60 , saturation: 1.00 and the lightness value of a3caff is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001010 11111111
Octal 243 312 377
Decimal 163 202 255
Hex A3 CA FF

RGB Percentages of Color #a3caff

%26.29
%32.58
%41.13

CMYK Percentages of Color #a3caff

%36
%21
%0
%0

Triadic Colors of #a3caff

#a3caff #ffa3ca #caffa3

Analogous Colors of #a3caff

#a3caff #aaa3ff #a3f8ff

Monochromatic Colors of #a3caff

#a3caff

Complementary Color

#a3caff #ffd8a3

#a3caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3caff Color CSS Codes

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

#a3caff Text Font Color

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

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


#a3caff Background Color

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

This div background color is #a3caff


#a3caff Border Color

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

This div border color is #a3caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3caff

Related Colors


Comments

No comments written yet.

Please login to write comment.