Color Hex Logo

#a0efed Color Hex

#A0EFED
(160,239,237)
0 Favorites   0 Comments

Color spaces of #a0efed

RGB 160239237
HSL0.500.710.78
HSV178°33°94°
CMYK 0.330.000.01   0.06
XYZ60.649875.321091.4626
Yxy75.32100.26670.3312
Hunter Lab86.7877-27.1373-1.7324
CIE-Lab89.5431-24.4665-6.7374

#a0efed color RGB value is (160,239,237).

#a0efed hex color red value is 160, green value is 239 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a0efed hue: 0.50 , saturation: 0.71 and the lightness value of a0efed is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101111 11101101
Octal 240 357 355
Decimal 160 239 237
Hex A0 EF ED

RGB Percentages of Color #a0efed

%25.16
%37.58
%37.26

CMYK Percentages of Color #a0efed

%33
%0
%1
%6

Triadic Colors of #a0efed

#a0efed #eda0ef #efeda0

Analogous Colors of #a0efed

#a0efed #a0caef #a0efc6

Monochromatic Colors of #a0efed

#a0efed

Complementary Color

#a0efed #efa0a2

#a0efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0efed Color CSS Codes

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

#a0efed Text Font Color

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

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


#a0efed Background Color

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

This div background color is #a0efed


#a0efed Border Color

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

This div border color is #a0efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0efed


Comments

No comments written yet.

Please login to write comment.