Color Hex Logo

#a0feef Color Hex

#A0FEEF
(160,254,239)
0 Favorites   0 Comments

Color spaces of #a0feef

RGB 160254239
HSL0.470.980.81
HSV170°37°100°
CMYK 0.370.000.06   0.00
XYZ65.519084.589294.5355
Yxy84.58920.26780.3458
Hunter Lab91.9724-33.79243.4384
CIE-Lab93.7058-31.1846-1.6505

#a0feef color RGB value is (160,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111110 11101111
Octal 240 376 357
Decimal 160 254 239
Hex A0 FE EF

RGB Percentages of Color #a0feef

%24.50
%38.90
%36.60

CMYK Percentages of Color #a0feef

%37
%0
%6
%0

Triadic Colors of #a0feef

#a0feef #efa0fe #feefa0

Analogous Colors of #a0feef

#a0feef #a0defe #a0fec0

Monochromatic Colors of #a0feef

#a0feef

Complementary Color

#a0feef #fea0af

#a0feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0feef Color CSS Codes

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

#a0feef Text Font Color

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

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


#a0feef Background Color

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

This div background color is #a0feef


#a0feef Border Color

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

This div border color is #a0feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0feef


Comments

No comments written yet.

Please login to write comment.