Color Hex Logo

#9dfbaf Color Hex

#9DFBAF
(157,251,175)
0 Favorites   0 Comments

Color spaces of #9dfbaf

RGB 157251175
HSL0.370.920.80
HSV131°37°98°
CMYK 0.370.000.30   0.02
XYZ56.139779.257652.8968
Yxy79.25760.29810.4209
Hunter Lab89.0267-43.235827.0905
CIE-Lab91.3507-43.203927.8631

#9dfbaf color RGB value is (157,251,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111011 10101111
Octal 235 373 257
Decimal 157 251 175
Hex 9D FB AF

RGB Percentages of Color #9dfbaf

%26.93
%43.05
%30.02

CMYK Percentages of Color #9dfbaf

%37
%0
%30
%2

Triadic Colors of #9dfbaf

#9dfbaf #af9dfb #fbaf9d

Analogous Colors of #9dfbaf

#9dfbaf #9dfbde #bafb9d

Monochromatic Colors of #9dfbaf

#9dfbaf

Complementary Color

#9dfbaf #fb9de9

#9dfbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfbaf Color CSS Codes

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

#9dfbaf Text Font Color

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

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


#9dfbaf Background Color

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

This div background color is #9dfbaf


#9dfbaf Border Color

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

This div border color is #9dfbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfbaf


Comments

No comments written yet.

Please login to write comment.