Color Hex Logo

#a0fdbd Color Hex

#A0FDBD
(160,253,189)
0 Favorites   0 Comments

Color spaces of #a0fdbd

RGB 160253189
HSL0.390.960.81
HSV139°37°99°
CMYK 0.370.000.25   0.01
XYZ58.807881.398360.7561
Yxy81.39830.29260.4050
Hunter Lab90.2210-41.537023.2280
CIE-Lab92.3086-40.789522.0847

#a0fdbd color RGB value is (160,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111101 10111101
Octal 240 375 275
Decimal 160 253 189
Hex A0 FD BD

RGB Percentages of Color #a0fdbd

%26.58
%42.03
%31.40

CMYK Percentages of Color #a0fdbd

%37
%0
%25
%1

Triadic Colors of #a0fdbd

#a0fdbd #bda0fd #fdbda0

Analogous Colors of #a0fdbd

#a0fdbd #a0fdec #b2fda0

Monochromatic Colors of #a0fdbd

#a0fdbd

Complementary Color

#a0fdbd #fda0e0

#a0fdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fdbd Color CSS Codes

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

#a0fdbd Text Font Color

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

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


#a0fdbd Background Color

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

This div background color is #a0fdbd


#a0fdbd Border Color

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

This div border color is #a0fdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fdbd


Comments

No comments written yet.

Please login to write comment.