Color Hex Logo

#a0fdbf Color Hex

#A0FDBF
(160,253,191)
0 Favorites   0 Comments

Color spaces of #a0fdbf

RGB 160253191
HSL0.390.960.81
HSV140°37°99°
CMYK 0.370.000.25   0.01
XYZ59.026581.485761.9075
Yxy81.48570.29160.4026
Hunter Lab90.2694-41.251722.5270
CIE-Lab92.3474-40.429021.1178

#a0fdbf color RGB value is (160,253,191).

#a0fdbf hex color red value is 160, green value is 253 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a0fdbf hue: 0.39 , saturation: 0.96 and the lightness value of a0fdbf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111101 10111111
Octal 240 375 277
Decimal 160 253 191
Hex A0 FD BF

RGB Percentages of Color #a0fdbf

%26.49
%41.89
%31.62

CMYK Percentages of Color #a0fdbf

%37
%0
%25
%1

Triadic Colors of #a0fdbf

#a0fdbf #bfa0fd #fdbfa0

Analogous Colors of #a0fdbf

#a0fdbf #a0fdee #b0fda0

Monochromatic Colors of #a0fdbf

#a0fdbf

Complementary Color

#a0fdbf #fda0de

#a0fdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fdbf Color CSS Codes

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

#a0fdbf Text Font Color

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

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


#a0fdbf Background Color

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

This div background color is #a0fdbf


#a0fdbf Border Color

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

This div border color is #a0fdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fdbf


Comments

No comments written yet.

Please login to write comment.