Color Hex Logo

#9cfbbe Color Hex

#9CFBBE
(156,251,190)
0 Favorites   0 Comments

Color spaces of #9cfbbe

RGB 156251190
HSL0.390.920.80
HSV141°38°98°
CMYK 0.380.000.24   0.02
XYZ57.501779.780061.0836
Yxy79.78000.28990.4022
Hunter Lab89.3197-41.395721.9767
CIE-Lab91.5861-40.852720.5435

#9cfbbe color RGB value is (156,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111011 10111110
Octal 234 373 276
Decimal 156 251 190
Hex 9C FB BE

RGB Percentages of Color #9cfbbe

%26.13
%42.04
%31.83

CMYK Percentages of Color #9cfbbe

%38
%0
%24
%2

Triadic Colors of #9cfbbe

#9cfbbe #be9cfb #fbbe9c

Analogous Colors of #9cfbbe

#9cfbbe #9cfbee #aafb9c

Monochromatic Colors of #9cfbbe

#9cfbbe

Complementary Color

#9cfbbe #fb9cd9

#9cfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfbbe Color CSS Codes

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

#9cfbbe Text Font Color

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

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


#9cfbbe Background Color

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

This div background color is #9cfbbe


#9cfbbe Border Color

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

This div border color is #9cfbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfbbe


Comments

No comments written yet.

Please login to write comment.