Color Hex Logo

#a0f5ba Color Hex

#A0F5BA
(160,245,186)
0 Favorites   0 Comments

Color spaces of #a0f5ba

RGB 160245186
HSL0.380.810.79
HSV138°35°96°
CMYK 0.350.000.24   0.04
XYZ56.012576.323658.2341
Yxy76.32360.29390.4005
Hunter Lab87.3634-38.441721.6332
CIE-Lab90.0094-37.739320.4310

#a0f5ba color RGB value is (160,245,186).

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

The process color (four color CMYK) of #a0f5ba color hex is 0.35, 0.00, 0.24, 0.04. Web safe color of #a0f5ba is #99ffcc. Color #a0f5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11110101 10111010
Octal 240 365 272
Decimal 160 245 186
Hex A0 F5 BA

RGB Percentages of Color #a0f5ba

%27.07
%41.46
%31.47

CMYK Percentages of Color #a0f5ba

%35
%0
%24
%4

Triadic Colors of #a0f5ba

#a0f5ba #baa0f5 #f5baa0

Analogous Colors of #a0f5ba

#a0f5ba #a0f5e5 #b1f5a0

Monochromatic Colors of #a0f5ba

#a0f5ba

Complementary Color

#a0f5ba #f5a0db

#a0f5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0f5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0f5ba Color CSS Codes

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

#a0f5ba Text Font Color

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

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


#a0f5ba Background Color

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

This div background color is #a0f5ba


#a0f5ba Border Color

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

This div border color is #a0f5ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,245,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 #a0f5ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0f5ba


Comments

No comments written yet.

Please login to write comment.