Color Hex Logo

#9ffbeb Color Hex

#9FFBEB
(159,251,235)
0 Favorites   0 Comments

Color spaces of #9ffbeb

RGB 159251235
HSL0.470.920.80
HSV170°37°98°
CMYK 0.370.000.06   0.02
XYZ63.790782.363491.1329
Yxy82.36340.26880.3471
Hunter Lab90.7543-33.35333.9906
CIE-Lab92.7350-30.9184-1.0072

#9ffbeb color RGB value is (159,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111011 11101011
Octal 237 373 353
Decimal 159 251 235
Hex 9F FB EB

RGB Percentages of Color #9ffbeb

%24.65
%38.91
%36.43

CMYK Percentages of Color #9ffbeb

%37
%0
%6
%2

Triadic Colors of #9ffbeb

#9ffbeb #eb9ffb #fbeb9f

Analogous Colors of #9ffbeb

#9ffbeb #9fddfb #9ffbbd

Monochromatic Colors of #9ffbeb

#9ffbeb

Complementary Color

#9ffbeb #fb9faf

#9ffbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffbeb Color CSS Codes

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

#9ffbeb Text Font Color

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

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


#9ffbeb Background Color

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

This div background color is #9ffbeb


#9ffbeb Border Color

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

This div border color is #9ffbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffbeb


Comments

No comments written yet.

Please login to write comment.