Color Hex Logo

#a3eafc Color Hex

#A3EAFC
(163,234,252)
0 Favorites   0 Comments

Color spaces of #a3eafc

RGB 163234252
HSL0.530.940.81
HSV192°35°99°
CMYK 0.350.070.00   0.01
XYZ62.097873.6604103.0404
Yxy73.66040.26000.3085
Hunter Lab85.8256-21.0440-11.1043
CIE-Lab88.7617-17.6995-15.7331

#a3eafc color RGB value is (163,234,252).

#a3eafc hex color red value is 163, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a3eafc hue: 0.53 , saturation: 0.94 and the lightness value of a3eafc is 0.81.

The process color (four color CMYK) of #a3eafc color hex is 0.35, 0.07, 0.00, 0.01. Web safe color of #a3eafc is #99ffff. Color #a3eafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101010 11111100
Octal 243 352 374
Decimal 163 234 252
Hex A3 EA FC

RGB Percentages of Color #a3eafc

%25.12
%36.06
%38.83

CMYK Percentages of Color #a3eafc

%35
%7
%0
%1

Triadic Colors of #a3eafc

#a3eafc #fca3ea #eafca3

Analogous Colors of #a3eafc

#a3eafc #a3befc #a3fce2

Monochromatic Colors of #a3eafc

#a3eafc

Complementary Color

#a3eafc #fcb5a3

#a3eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3eafc Color CSS Codes

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

#a3eafc Text Font Color

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

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


#a3eafc Background Color

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

This div background color is #a3eafc


#a3eafc Border Color

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

This div border color is #a3eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3eafc

Related Colors


Comments

No comments written yet.

Please login to write comment.