Color Hex Logo

#9bfebc Color Hex

#9BFEBC
(155,254,188)
0 Favorites   0 Comments

Color spaces of #9bfebc

RGB 155254188
HSL0.390.980.80
HSV140°39°100°
CMYK 0.390.000.26   0.00
XYZ58.036581.483060.2459
Yxy81.48300.29050.4079
Hunter Lab90.2679-43.204823.6167
CIE-Lab92.3462-42.822222.6116

#9bfebc color RGB value is (155,254,188).

#9bfebc hex color red value is 155, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9bfebc hue: 0.39 , saturation: 0.98 and the lightness value of 9bfebc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111110 10111100
Octal 233 376 274
Decimal 155 254 188
Hex 9B FE BC

RGB Percentages of Color #9bfebc

%25.96
%42.55
%31.49

CMYK Percentages of Color #9bfebc

%39
%0
%26
%0

Triadic Colors of #9bfebc

#9bfebc #bc9bfe #febc9b

Analogous Colors of #9bfebc

#9bfebc #9bfeee #acfe9b

Monochromatic Colors of #9bfebc

#9bfebc

Complementary Color

#9bfebc #fe9bdd

#9bfebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfebc Color CSS Codes

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

#9bfebc Text Font Color

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

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


#9bfebc Background Color

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

This div background color is #9bfebc


#9bfebc Border Color

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

This div border color is #9bfebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfebc


Comments

No comments written yet.

Please login to write comment.