Color Hex Logo

#9efffb Color Hex

#9EFFFB
(158,255,251)
0 Favorites   0 Comments

Color spaces of #9efffb

RGB 158255251
HSL0.491.000.81
HSV178°38°100°
CMYK 0.380.000.02   0.00
XYZ67.273185.7541104.2733
Yxy85.75410.26150.3333
Hunter Lab92.6035-32.3823-1.9392
CIE-Lab94.2071-29.4384-7.1245

#9efffb color RGB value is (158,255,251).

#9efffb hex color red value is 158, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9efffb hue: 0.49 , saturation: 1.00 and the lightness value of 9efffb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111111 11111011
Octal 236 377 373
Decimal 158 255 251
Hex 9E FF FB

RGB Percentages of Color #9efffb

%23.80
%38.40
%37.80

CMYK Percentages of Color #9efffb

%38
%0
%2
%0

Triadic Colors of #9efffb

#9efffb #fb9eff #fffb9e

Analogous Colors of #9efffb

#9efffb #9ed3ff #9effcb

Monochromatic Colors of #9efffb

#9efffb

Complementary Color

#9efffb #ff9ea2

#9efffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efffb Color CSS Codes

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

#9efffb Text Font Color

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

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


#9efffb Background Color

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

This div background color is #9efffb


#9efffb Border Color

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

This div border color is #9efffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efffb

Related Colors


Comments

No comments written yet.

Please login to write comment.