Color Hex Logo

#9fecbb Color Hex

#9FECBB
(159,236,187)
0 Favorites   0 Comments

Color spaces of #9fecbb

RGB 159236187
HSL0.390.670.77
HSV142°33°93°
CMYK 0.330.000.21   0.07
XYZ53.263270.949757.9011
Yxy70.94970.29250.3896
Hunter Lab84.2316-34.532318.2060
CIE-Lab87.4606-33.727016.3465

#9fecbb color RGB value is (159,236,187).

#9fecbb hex color red value is 159, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9fecbb hue: 0.39 , saturation: 0.67 and the lightness value of 9fecbb is 0.77.

The process color (four color CMYK) of #9fecbb color hex is 0.33, 0.00, 0.21, 0.07. Web safe color of #9fecbb is #99ffcc. Color #9fecbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101100 10111011
Octal 237 354 273
Decimal 159 236 187
Hex 9F EC BB

RGB Percentages of Color #9fecbb

%27.32
%40.55
%32.13

CMYK Percentages of Color #9fecbb

%33
%0
%21
%7

Triadic Colors of #9fecbb

#9fecbb #bb9fec #ecbb9f

Analogous Colors of #9fecbb

#9fecbb #9fece2 #aaec9f

Monochromatic Colors of #9fecbb

#9fecbb

Complementary Color

#9fecbb #ec9fd0

#9fecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fecbb Color CSS Codes

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

#9fecbb Text Font Color

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

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


#9fecbb Background Color

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

This div background color is #9fecbb


#9fecbb Border Color

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

This div border color is #9fecbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,236,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fecbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fecbb;
  -webkit-box-shadow: 1px 1px 3px 2px #9fecbb;
  box-shadow:         1px 1px 3px 2px #9fecbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,236,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fecbb


Comments

No comments written yet.

Please login to write comment.