Color Hex Logo

#9ffbed Color Hex

#9FFBED
(159,251,237)
0 Favorites   0 Comments

Color spaces of #9ffbed

RGB 159251237
HSL0.470.920.80
HSV171°37°98°
CMYK 0.370.000.06   0.02
XYZ64.081382.479792.6635
Yxy82.47970.26790.3448
Hunter Lab90.8183-32.98273.0782
CIE-Lab92.7862-30.4752-1.9683

#9ffbed color RGB value is (159,251,237).

#9ffbed hex color red value is 159, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9ffbed hue: 0.47 , saturation: 0.92 and the lightness value of 9ffbed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111011 11101101
Octal 237 373 355
Decimal 159 251 237
Hex 9F FB ED

RGB Percentages of Color #9ffbed

%24.57
%38.79
%36.63

CMYK Percentages of Color #9ffbed

%37
%0
%6
%2

Triadic Colors of #9ffbed

#9ffbed #ed9ffb #fbed9f

Analogous Colors of #9ffbed

#9ffbed #9fdbfb #9ffbbf

Monochromatic Colors of #9ffbed

#9ffbed

Complementary Color

#9ffbed #fb9fad

#9ffbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffbed Color CSS Codes

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

#9ffbed Text Font Color

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

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


#9ffbed Background Color

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

This div background color is #9ffbed


#9ffbed Border Color

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

This div border color is #9ffbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffbed


Comments

No comments written yet.

Please login to write comment.