Color Hex Logo

#a0feba Color Hex

#A0FEBA
(160,254,186)
0 Favorites   0 Comments

Color spaces of #a0feba

RGB 160254186
HSL0.380.980.81
HSV137°37°100°
CMYK 0.370.000.27   0.00
XYZ58.801981.902459.1639
Yxy81.90240.29420.4098
Hunter Lab90.4999-42.395424.5894
CIE-Lab92.5318-41.765523.9204

#a0feba color RGB value is (160,254,186).

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

The process color (four color CMYK) of #a0feba color hex is 0.37, 0.00, 0.27, 0.00. Web safe color of #a0feba is #99ffcc. Color #a0feba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111110 10111010
Octal 240 376 272
Decimal 160 254 186
Hex A0 FE BA

RGB Percentages of Color #a0feba

%26.67
%42.33
%31.00

CMYK Percentages of Color #a0feba

%37
%0
%27
%0

Triadic Colors of #a0feba

#a0feba #baa0fe #febaa0

Analogous Colors of #a0feba

#a0feba #a0fee9 #b5fea0

Monochromatic Colors of #a0feba

#a0feba

Complementary Color

#a0feba #fea0e4

#a0feba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0feba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0feba Color CSS Codes

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

#a0feba Text Font Color

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

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


#a0feba Background Color

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

This div background color is #a0feba


#a0feba Border Color

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

This div border color is #a0feba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0feba


Comments

No comments written yet.

Please login to write comment.