Color Hex Logo

#a0fbca Color Hex

#A0FBCA
(160,251,202)
0 Favorites   0 Comments

Color spaces of #a0fbca

RGB 160251202
HSL0.410.920.81
HSV148°36°98°
CMYK 0.360.000.20   0.02
XYZ59.655180.732268.3158
Yxy80.73220.28580.3868
Hunter Lab89.8511-38.727417.8163
CIE-Lab92.0124-37.476115.0099

#a0fbca color RGB value is (160,251,202).

#a0fbca hex color red value is 160, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a0fbca hue: 0.41 , saturation: 0.92 and the lightness value of a0fbca is 0.81.

The process color (four color CMYK) of #a0fbca color hex is 0.36, 0.00, 0.20, 0.02. Web safe color of #a0fbca is #99ffcc. Color #a0fbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111011 11001010
Octal 240 373 312
Decimal 160 251 202
Hex A0 FB CA

RGB Percentages of Color #a0fbca

%26.10
%40.95
%32.95

CMYK Percentages of Color #a0fbca

%36
%0
%20
%2

Triadic Colors of #a0fbca

#a0fbca #caa0fb #fbcaa0

Analogous Colors of #a0fbca

#a0fbca #a0fbf8 #a4fba0

Monochromatic Colors of #a0fbca

#a0fbca

Complementary Color

#a0fbca #fba0d1

#a0fbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fbca Color CSS Codes

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

#a0fbca Text Font Color

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

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


#a0fbca Background Color

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

This div background color is #a0fbca


#a0fbca Border Color

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

This div border color is #a0fbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fbca


Comments

No comments written yet.

Please login to write comment.