Color Hex Logo

#9dfbbe Color Hex

#9DFBBE
(157,251,190)
0 Favorites   0 Comments

Color spaces of #9dfbbe

RGB 157251190
HSL0.390.920.80
HSV141°37°98°
CMYK 0.370.000.24   0.02
XYZ57.696179.880261.0927
Yxy79.88020.29040.4021
Hunter Lab89.3757-41.177622.0354
CIE-Lab91.6311-40.570820.6129

#9dfbbe color RGB value is (157,251,190).

#9dfbbe hex color red value is 157, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9dfbbe hue: 0.39 , saturation: 0.92 and the lightness value of 9dfbbe is 0.80.

The process color (four color CMYK) of #9dfbbe color hex is 0.37, 0.00, 0.24, 0.02. Web safe color of #9dfbbe is #99ffcc. Color #9dfbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111011 10111110
Octal 235 373 276
Decimal 157 251 190
Hex 9D FB BE

RGB Percentages of Color #9dfbbe

%26.25
%41.97
%31.77

CMYK Percentages of Color #9dfbbe

%37
%0
%24
%2

Triadic Colors of #9dfbbe

#9dfbbe #be9dfb #fbbe9d

Analogous Colors of #9dfbbe

#9dfbbe #9dfbed #abfb9d

Monochromatic Colors of #9dfbbe

#9dfbbe

Complementary Color

#9dfbbe #fb9dda

#9dfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfbbe Color CSS Codes

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

#9dfbbe Text Font Color

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

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


#9dfbbe Background Color

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

This div background color is #9dfbbe


#9dfbbe Border Color

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

This div border color is #9dfbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfbbe


Comments

No comments written yet.

Please login to write comment.