Color Hex Logo

#9dfacb Color Hex

#9DFACB
(157,250,203)
0 Favorites   0 Comments

Color spaces of #9dfacb

RGB 157250203
HSL0.420.900.80
HSV150°37°98°
CMYK 0.370.000.19   0.02
XYZ58.869779.851168.8100
Yxy79.85110.28370.3848
Hunter Lab89.3594-38.783816.8962
CIE-Lab91.6180-37.663213.9180

#9dfacb color RGB value is (157,250,203).

#9dfacb hex color red value is 157, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9dfacb hue: 0.42 , saturation: 0.90 and the lightness value of 9dfacb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111010 11001011
Octal 235 372 313
Decimal 157 250 203
Hex 9D FA CB

RGB Percentages of Color #9dfacb

%25.74
%40.98
%33.28

CMYK Percentages of Color #9dfacb

%37
%0
%19
%2

Triadic Colors of #9dfacb

#9dfacb #cb9dfa #facb9d

Analogous Colors of #9dfacb

#9dfacb #9dfafa #9efa9d

Monochromatic Colors of #9dfacb

#9dfacb

Complementary Color

#9dfacb #fa9dcc

#9dfacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfacb Color CSS Codes

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

#9dfacb Text Font Color

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

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


#9dfacb Background Color

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

This div background color is #9dfacb


#9dfacb Border Color

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

This div border color is #9dfacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfacb


Comments

No comments written yet.

Please login to write comment.