Color Hex Logo

#9febbe Color Hex

#9FEBBE
(159,235,190)
0 Favorites   0 Comments

Color spaces of #9febbe

RGB 159235190
HSL0.400.660.77
HSV144°32°92°
CMYK 0.320.000.19   0.08
XYZ53.300770.505359.5148
Yxy70.50530.29080.3846
Hunter Lab83.9674-33.635116.7534
CIE-Lab87.2441-32.697314.4818

#9febbe color RGB value is (159,235,190).

#9febbe hex color red value is 159, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9febbe hue: 0.40 , saturation: 0.66 and the lightness value of 9febbe is 0.77.

The process color (four color CMYK) of #9febbe color hex is 0.32, 0.00, 0.19, 0.08. Web safe color of #9febbe is #99ffcc. Color #9febbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101011 10111110
Octal 237 353 276
Decimal 159 235 190
Hex 9F EB BE

RGB Percentages of Color #9febbe

%27.23
%40.24
%32.53

CMYK Percentages of Color #9febbe

%32
%0
%19
%8

Triadic Colors of #9febbe

#9febbe #be9feb #ebbe9f

Analogous Colors of #9febbe

#9febbe #9febe4 #a6eb9f

Monochromatic Colors of #9febbe

#9febbe

Complementary Color

#9febbe #eb9fcc

#9febbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9febbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9febbe Color CSS Codes

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

#9febbe Text Font Color

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

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


#9febbe Background Color

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

This div background color is #9febbe


#9febbe Border Color

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

This div border color is #9febbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9febbe


Comments

No comments written yet.

Please login to write comment.