Color Hex Logo

#9dfffa Color Hex

#9DFFFA
(157,255,250)
0 Favorites   0 Comments

Color spaces of #9dfffa

RGB 157255250
HSL0.491.000.81
HSV177°38°100°
CMYK 0.380.000.02   0.00
XYZ66.919985.5902103.4360
Yxy85.59020.26150.3344
Hunter Lab92.5150-32.7848-1.5285
CIE-Lab94.1369-29.9167-6.7166

#9dfffa color RGB value is (157,255,250).

#9dfffa hex color red value is 157, green value is 255 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9dfffa hue: 0.49 , saturation: 1.00 and the lightness value of 9dfffa is 0.81.

The process color (four color CMYK) of #9dfffa color hex is 0.38, 0.00, 0.02, 0.00. Web safe color of #9dfffa is #99ffff. Color #9dfffa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111111 11111010
Octal 235 377 372
Decimal 157 255 250
Hex 9D FF FA

RGB Percentages of Color #9dfffa

%23.72
%38.52
%37.76

CMYK Percentages of Color #9dfffa

%38
%0
%2
%0

Triadic Colors of #9dfffa

#9dfffa #fa9dff #fffa9d

Analogous Colors of #9dfffa

#9dfffa #9dd3ff #9dffc9

Monochromatic Colors of #9dfffa

#9dfffa

Complementary Color

#9dfffa #ff9da2

#9dfffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfffa Color CSS Codes

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

#9dfffa Text Font Color

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

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


#9dfffa Background Color

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

This div background color is #9dfffa


#9dfffa Border Color

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

This div border color is #9dfffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,255,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dfffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dfffa;
  -webkit-box-shadow: 1px 1px 3px 2px #9dfffa;
  box-shadow:         1px 1px 3px 2px #9dfffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,255,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfffa


Comments

No comments written yet.

Please login to write comment.