Color Hex Logo

#a0fae7 Color Hex

#A0FAE7
(160,250,231)
0 Favorites   0 Comments

Color spaces of #a0fae7

RGB 160250231
HSL0.460.900.80
HSV167°36°98°
CMYK 0.360.000.08   0.02
XYZ63.106681.614388.0284
Yxy81.61430.27110.3507
Hunter Lab90.3406-33.40665.4659
CIE-Lab92.4044-31.06370.5877

#a0fae7 color RGB value is (160,250,231).

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

The process color (four color CMYK) of #a0fae7 color hex is 0.36, 0.00, 0.08, 0.02. Web safe color of #a0fae7 is #99ffff. Color #a0fae7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111010 11100111
Octal 240 372 347
Decimal 160 250 231
Hex A0 FA E7

RGB Percentages of Color #a0fae7

%24.96
%39.00
%36.04

CMYK Percentages of Color #a0fae7

%36
%0
%8
%2

Triadic Colors of #a0fae7

#a0fae7 #e7a0fa #fae7a0

Analogous Colors of #a0fae7

#a0fae7 #a0e0fa #a0faba

Monochromatic Colors of #a0fae7

#a0fae7

Complementary Color

#a0fae7 #faa0b3

#a0fae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fae7 Color CSS Codes

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

#a0fae7 Text Font Color

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

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


#a0fae7 Background Color

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

This div background color is #a0fae7


#a0fae7 Border Color

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

This div border color is #a0fae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fae7

Related Colors


Comments

No comments written yet.

Please login to write comment.