Color Hex Logo

#a0eafc Color Hex

#A0EAFC
(160,234,252)
0 Favorites   0 Comments

Color spaces of #a0eafc

RGB 160234252
HSL0.530.940.81
HSV192°37°99°
CMYK 0.370.070.00   0.01
XYZ61.490773.3475103.0120
Yxy73.34750.25850.3084
Hunter Lab85.6432-21.7148-11.3641
CIE-Lab88.6132-18.4778-15.9711

#a0eafc color RGB value is (160,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101010 11111100
Octal 240 352 374
Decimal 160 234 252
Hex A0 EA FC

RGB Percentages of Color #a0eafc

%24.77
%36.22
%39.01

CMYK Percentages of Color #a0eafc

%37
%7
%0
%1

Triadic Colors of #a0eafc

#a0eafc #fca0ea #eafca0

Analogous Colors of #a0eafc

#a0eafc #a0bcfc #a0fce0

Monochromatic Colors of #a0eafc

#a0eafc

Complementary Color

#a0eafc #fcb2a0

#a0eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eafc Color CSS Codes

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

#a0eafc Text Font Color

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

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


#a0eafc Background Color

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

This div background color is #a0eafc


#a0eafc Border Color

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

This div border color is #a0eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eafc


Comments

No comments written yet.

Please login to write comment.