Color Hex Logo

#a3d1ff Color Hex

#A3D1FF
(163,209,255)
0 Favorites   0 Comments

Color spaces of #a3d1ff

RGB 163209255
HSL0.581.000.82
HSV210°36°100°
CMYK 0.360.180.00   0.00
XYZ55.954760.6075103.3570
Yxy60.60750.25440.2756
Hunter Lab77.8508-7.9434-24.2195
CIE-Lab82.1673-4.0814-27.3037

#a3d1ff color RGB value is (163,209,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11010001 11111111
Octal 243 321 377
Decimal 163 209 255
Hex A3 D1 FF

RGB Percentages of Color #a3d1ff

%26.00
%33.33
%40.67

CMYK Percentages of Color #a3d1ff

%36
%18
%0
%0

Triadic Colors of #a3d1ff

#a3d1ff #ffa3d1 #d1ffa3

Analogous Colors of #a3d1ff

#a3d1ff #a3a3ff #a3ffff

Monochromatic Colors of #a3d1ff

#a3d1ff

Complementary Color

#a3d1ff #ffd1a3

#a3d1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3d1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3d1ff Color CSS Codes

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

#a3d1ff Text Font Color

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

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


#a3d1ff Background Color

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

This div background color is #a3d1ff


#a3d1ff Border Color

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

This div border color is #a3d1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3d1ff

Related Colors

#a3d1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.