Color Hex Logo

#a0fdfb Color Hex

#A0FDFB
(160,253,251)
0 Favorites   0 Comments

Color spaces of #a0fdfb

RGB 160253251
HSL0.500.960.81
HSV179°37°99°
CMYK 0.370.000.01   0.01
XYZ67.035184.6892104.0803
Yxy84.68920.26210.3311
Hunter Lab92.0267-31.0219-2.6370
CIE-Lab93.7490-27.9899-7.7926

#a0fdfb color RGB value is (160,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111101 11111011
Octal 240 375 373
Decimal 160 253 251
Hex A0 FD FB

RGB Percentages of Color #a0fdfb

%24.10
%38.10
%37.80

CMYK Percentages of Color #a0fdfb

%37
%0
%1
%1

Triadic Colors of #a0fdfb

#a0fdfb #fba0fd #fdfba0

Analogous Colors of #a0fdfb

#a0fdfb #a0d1fd #a0fdcd

Monochromatic Colors of #a0fdfb

#a0fdfb

Complementary Color

#a0fdfb #fda0a2

#a0fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fdfb Color CSS Codes

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

#a0fdfb Text Font Color

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

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


#a0fdfb Background Color

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

This div background color is #a0fdfb


#a0fdfb Border Color

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

This div border color is #a0fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.