Color Hex Logo

#9bffef Color Hex

#9BFFEF
(155,255,239)
0 Favorites   0 Comments

Color spaces of #9bffef

RGB 155255239
HSL0.471.000.80
HSV170°39°100°
CMYK 0.390.000.06   0.00
XYZ64.857684.720694.5957
Yxy84.72060.26560.3470
Hunter Lab92.0438-35.29873.4968
CIE-Lab93.7626-32.9206-1.5931

#9bffef color RGB value is (155,255,239).

#9bffef hex color red value is 155, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9bffef hue: 0.47 , saturation: 1.00 and the lightness value of 9bffef is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111111 11101111
Octal 233 377 357
Decimal 155 255 239
Hex 9B FF EF

RGB Percentages of Color #9bffef

%23.88
%39.29
%36.83

CMYK Percentages of Color #9bffef

%39
%0
%6
%0

Triadic Colors of #9bffef

#9bffef #ef9bff #ffef9b

Analogous Colors of #9bffef

#9bffef #9bddff #9bffbd

Monochromatic Colors of #9bffef

#9bffef

Complementary Color

#9bffef #ff9bab

#9bffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bffef Color CSS Codes

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

#9bffef Text Font Color

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

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


#9bffef Background Color

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

This div background color is #9bffef


#9bffef Border Color

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

This div border color is #9bffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bffef

Related Colors


Comments

No comments written yet.

Please login to write comment.