Color Hex Logo

#a0ffbc Color Hex

#A0FFBC
(160,255,188)
0 Favorites   0 Comments

Color spaces of #a0ffbc

RGB 160255188
HSL0.381.000.81
HSV138°37°100°
CMYK 0.370.000.26   0.00
XYZ59.334382.624460.3978
Yxy82.62440.29320.4083
Hunter Lab90.8980-42.554324.2329
CIE-Lab92.8497-41.854123.3419

#a0ffbc color RGB value is (160,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111111 10111100
Octal 240 377 274
Decimal 160 255 188
Hex A0 FF BC

RGB Percentages of Color #a0ffbc

%26.53
%42.29
%31.18

CMYK Percentages of Color #a0ffbc

%37
%0
%26
%0

Triadic Colors of #a0ffbc

#a0ffbc #bca0ff #ffbca0

Analogous Colors of #a0ffbc

#a0ffbc #a0ffec #b4ffa0

Monochromatic Colors of #a0ffbc

#a0ffbc

Complementary Color

#a0ffbc #ffa0e3

#a0ffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ffbc Color CSS Codes

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

#a0ffbc Text Font Color

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

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


#a0ffbc Background Color

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

This div background color is #a0ffbc


#a0ffbc Border Color

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

This div border color is #a0ffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ffbc

#a0ffbc Color Palettes


Comments

No comments written yet.

Please login to write comment.