Color Hex Logo

#a0fcec Color Hex

#A0FCEC
(160,252,236)
0 Favorites   0 Comments

Color spaces of #a0fcec

RGB 160252236
HSL0.470.940.81
HSV170°37°99°
CMYK 0.370.000.06   0.01
XYZ64.447983.150592.0098
Yxy83.15050.26900.3470
Hunter Lab91.1869-33.41914.0058
CIE-Lab93.0803-30.9085-1.0145

#a0fcec color RGB value is (160,252,236).

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

The process color (four color CMYK) of #a0fcec color hex is 0.37, 0.00, 0.06, 0.01. Web safe color of #a0fcec is #99ffff. Color #a0fcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111100 11101100
Octal 240 374 354
Decimal 160 252 236
Hex A0 FC EC

RGB Percentages of Color #a0fcec

%24.69
%38.89
%36.42

CMYK Percentages of Color #a0fcec

%37
%0
%6
%1

Triadic Colors of #a0fcec

#a0fcec #eca0fc #fceca0

Analogous Colors of #a0fcec

#a0fcec #a0defc #a0fcbe

Monochromatic Colors of #a0fcec

#a0fcec

Complementary Color

#a0fcec #fca0b0

#a0fcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fcec Color CSS Codes

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

#a0fcec Text Font Color

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

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


#a0fcec Background Color

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

This div background color is #a0fcec


#a0fcec Border Color

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

This div border color is #a0fcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fcec


Comments

No comments written yet.

Please login to write comment.