Color Hex Logo

#9bfc6c Color Hex

#9BFC6C
(155,252,108)
0 Favorites   0 Comments

Color spaces of #9bfc6c

RGB 155252108
HSL0.280.960.71
HSV100°57°99°
CMYK 0.380.000.57   0.01
XYZ51.034777.672126.4898
Yxy77.67210.32880.5005
Hunter Lab88.1318-50.866143.8714
CIE-Lab90.6301-53.219858.9908

#9bfc6c color RGB value is (155,252,108).

#9bfc6c hex color red value is 155, green value is 252 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #9bfc6c hue: 0.28 , saturation: 0.96 and the lightness value of 9bfc6c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111100 01101100
Octal 233 374 154
Decimal 155 252 108
Hex 9B FC 6C

RGB Percentages of Color #9bfc6c

%30.10
%48.93
%20.97

CMYK Percentages of Color #9bfc6c

%38
%0
%57
%1

Triadic Colors of #9bfc6c

#9bfc6c #6c9bfc #fc6c9b

Analogous Colors of #9bfc6c

#9bfc6c #6cfc85 #e3fc6c

Monochromatic Colors of #9bfc6c

#9bfc6c

Complementary Color

#9bfc6c #cd6cfc

#9bfc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfc6c Color CSS Codes

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

#9bfc6c Text Font Color

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

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


#9bfc6c Background Color

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

This div background color is #9bfc6c


#9bfc6c Border Color

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

This div border color is #9bfc6c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,252,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfc6c

Related Colors


Comments

No comments written yet.

Please login to write comment.