Color Hex Logo

#a0fdab Color Hex

#A0FDAB
(160,253,171)
0 Favorites   0 Comments

Color spaces of #a0fdab

RGB 160253171
HSL0.350.960.81
HSV127°37°99°
CMYK 0.370.000.32   0.01
XYZ56.973280.664451.0951
Yxy80.66440.30190.4274
Hunter Lab89.8134-43.941729.1391
CIE-Lab91.9821-43.859630.7575

#a0fdab color RGB value is (160,253,171).

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

The process color (four color CMYK) of #a0fdab color hex is 0.37, 0.00, 0.32, 0.01. Web safe color of #a0fdab is #99ff99. Color #a0fdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111101 10101011
Octal 240 375 253
Decimal 160 253 171
Hex A0 FD AB

RGB Percentages of Color #a0fdab

%27.40
%43.32
%29.28

CMYK Percentages of Color #a0fdab

%37
%0
%32
%1

Triadic Colors of #a0fdab

#a0fdab #aba0fd #fdaba0

Analogous Colors of #a0fdab

#a0fdab #a0fdda #c4fda0

Monochromatic Colors of #a0fdab

#a0fdab

Complementary Color

#a0fdab #fda0f2

#a0fdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fdab Color CSS Codes

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

#a0fdab Text Font Color

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

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


#a0fdab Background Color

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

This div background color is #a0fdab


#a0fdab Border Color

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

This div border color is #a0fdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fdab


Comments

No comments written yet.

Please login to write comment.