Color Hex Logo

#a3eafd Color Hex

#A3EAFD
(163,234,253)
0 Favorites   0 Comments

Color spaces of #a3eafd

RGB 163234253
HSL0.540.960.82
HSV193°36°99°
CMYK 0.360.080.00   0.01
XYZ62.256773.7240103.8774
Yxy73.72400.25960.3074
Hunter Lab85.8627-20.8342-11.6257
CIE-Lab88.7919-17.4597-16.2113

#a3eafd color RGB value is (163,234,253).

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

The process color (four color CMYK) of #a3eafd color hex is 0.36, 0.08, 0.00, 0.01. Web safe color of #a3eafd is #99ffff. Color #a3eafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101010 11111101
Octal 243 352 375
Decimal 163 234 253
Hex A3 EA FD

RGB Percentages of Color #a3eafd

%25.08
%36.00
%38.92

CMYK Percentages of Color #a3eafd

%36
%8
%0
%1

Triadic Colors of #a3eafd

#a3eafd #fda3ea #eafda3

Analogous Colors of #a3eafd

#a3eafd #a3bdfd #a3fde3

Monochromatic Colors of #a3eafd

#a3eafd

Complementary Color

#a3eafd #fdb6a3

#a3eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3eafd Color CSS Codes

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

#a3eafd Text Font Color

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

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


#a3eafd Background Color

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

This div background color is #a3eafd


#a3eafd Border Color

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

This div border color is #a3eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.