Color Hex Logo

#9bfefb Color Hex

#9BFEFB
(155,254,251)
0 Favorites   0 Comments

Color spaces of #9bfefb

RGB 155254251
HSL0.490.980.80
HSV178°39°100°
CMYK 0.390.000.01   0.00
XYZ66.372084.8172104.1400
Yxy84.81720.25990.3322
Hunter Lab92.0963-32.5269-2.5762
CIE-Lab93.8043-29.7005-7.7350

#9bfefb color RGB value is (155,254,251).

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

The process color (four color CMYK) of #9bfefb color hex is 0.39, 0.00, 0.01, 0.00. Web safe color of #9bfefb is #99ffff. Color #9bfefb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111110 11111011
Octal 233 376 373
Decimal 155 254 251
Hex 9B FE FB

RGB Percentages of Color #9bfefb

%23.48
%38.48
%38.03

CMYK Percentages of Color #9bfefb

%39
%0
%1
%0

Triadic Colors of #9bfefb

#9bfefb #fb9bfe #fefb9b

Analogous Colors of #9bfefb

#9bfefb #9bd0fe #9bfeca

Monochromatic Colors of #9bfefb

#9bfefb

Complementary Color

#9bfefb #fe9b9e

#9bfefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfefb Color CSS Codes

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

#9bfefb Text Font Color

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

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


#9bfefb Background Color

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

This div background color is #9bfefb


#9bfefb Border Color

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

This div border color is #9bfefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfefb


Comments

No comments written yet.

Please login to write comment.