Color Hex Logo

#a0effa Color Hex

#A0EFFA
(160,239,250)
0 Favorites   0 Comments

Color spaces of #a0effa

RGB 160239250
HSL0.520.900.80
HSV187°36°98°
CMYK 0.360.040.00   0.02
XYZ62.619076.1087101.8326
Yxy76.10870.26030.3164
Hunter Lab87.2403-24.5475-8.1390
CIE-Lab89.9098-21.4376-12.9834

#a0effa color RGB value is (160,239,250).

#a0effa hex color red value is 160, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a0effa hue: 0.52 , saturation: 0.90 and the lightness value of a0effa is 0.80.

The process color (four color CMYK) of #a0effa color hex is 0.36, 0.04, 0.00, 0.02. Web safe color of #a0effa is #99ffff. Color #a0effa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101111 11111010
Octal 240 357 372
Decimal 160 239 250
Hex A0 EF FA

RGB Percentages of Color #a0effa

%24.65
%36.83
%38.52

CMYK Percentages of Color #a0effa

%36
%4
%0
%2

Triadic Colors of #a0effa

#a0effa #faa0ef #effaa0

Analogous Colors of #a0effa

#a0effa #a0c2fa #a0fad8

Monochromatic Colors of #a0effa

#a0effa

Complementary Color

#a0effa #faaba0

#a0effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0effa Color CSS Codes

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

#a0effa Text Font Color

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

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


#a0effa Background Color

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

This div background color is #a0effa


#a0effa Border Color

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

This div border color is #a0effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0effa

Related Colors


Comments

No comments written yet.

Please login to write comment.