Color Hex Logo

#9ffcbb Color Hex

#9FFCBB
(159,252,187)
0 Favorites   0 Comments

Color spaces of #9ffcbb

RGB 159252187
HSL0.380.940.81
HSV138°37°99°
CMYK 0.370.000.26   0.01
XYZ58.078180.579659.5061
Yxy80.57960.29310.4066
Hunter Lab89.7661-41.602423.5329
CIE-Lab91.9443-40.988622.5935

#9ffcbb color RGB value is (159,252,187).

#9ffcbb hex color red value is 159, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9ffcbb hue: 0.38 , saturation: 0.94 and the lightness value of 9ffcbb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111100 10111011
Octal 237 374 273
Decimal 159 252 187
Hex 9F FC BB

RGB Percentages of Color #9ffcbb

%26.59
%42.14
%31.27

CMYK Percentages of Color #9ffcbb

%37
%0
%26
%1

Triadic Colors of #9ffcbb

#9ffcbb #bb9ffc #fcbb9f

Analogous Colors of #9ffcbb

#9ffcbb #9ffcea #b2fc9f

Monochromatic Colors of #9ffcbb

#9ffcbb

Complementary Color

#9ffcbb #fc9fe0

#9ffcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffcbb Color CSS Codes

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

#9ffcbb Text Font Color

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

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


#9ffcbb Background Color

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

This div background color is #9ffcbb


#9ffcbb Border Color

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

This div border color is #9ffcbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,252,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 #9ffcbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffcbb

Related Colors


Comments

No comments written yet.

Please login to write comment.