Color Hex Logo

#9cfcbe Color Hex

#9CFCBE
(156,252,190)
0 Favorites   0 Comments

Color spaces of #9cfcbe

RGB 156252190
HSL0.390.940.80
HSV141°38°99°
CMYK 0.380.000.25   0.01
XYZ57.815080.406461.1880
Yxy80.40640.28990.4032
Hunter Lab89.6696-41.832922.3109
CIE-Lab91.8669-41.296620.9338

#9cfcbe color RGB value is (156,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111100 10111110
Octal 234 374 276
Decimal 156 252 190
Hex 9C FC BE

RGB Percentages of Color #9cfcbe

%26.09
%42.14
%31.77

CMYK Percentages of Color #9cfcbe

%38
%0
%25
%1

Triadic Colors of #9cfcbe

#9cfcbe #be9cfc #fcbe9c

Analogous Colors of #9cfcbe

#9cfcbe #9cfcee #aafc9c

Monochromatic Colors of #9cfcbe

#9cfcbe

Complementary Color

#9cfcbe #fc9cda

#9cfcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfcbe Color CSS Codes

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

#9cfcbe Text Font Color

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

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


#9cfcbe Background Color

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

This div background color is #9cfcbe


#9cfcbe Border Color

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

This div border color is #9cfcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfcbe

Related Colors


Comments

No comments written yet.

Please login to write comment.