Color Hex Logo

#9febbf Color Hex

#9FEBBF
(159,235,191)
0 Favorites   0 Comments

Color spaces of #9febbf

RGB 159235191
HSL0.400.660.77
HSV145°32°92°
CMYK 0.320.000.19   0.08
XYZ53.410470.549260.0925
Yxy70.54920.29020.3833
Hunter Lab83.9936-33.483016.3770
CIE-Lab87.2655-32.506913.9913

#9febbf color RGB value is (159,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101011 10111111
Octal 237 353 277
Decimal 159 235 191
Hex 9F EB BF

RGB Percentages of Color #9febbf

%27.18
%40.17
%32.65

CMYK Percentages of Color #9febbf

%32
%0
%19
%8

Triadic Colors of #9febbf

#9febbf #bf9feb #ebbf9f

Analogous Colors of #9febbf

#9febbf #9febe5 #a5eb9f

Monochromatic Colors of #9febbf

#9febbf

Complementary Color

#9febbf #eb9fcb

#9febbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9febbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9febbf Color CSS Codes

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

#9febbf Text Font Color

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

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


#9febbf Background Color

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

This div background color is #9febbf


#9febbf Border Color

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

This div border color is #9febbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9febbf


Comments

No comments written yet.

Please login to write comment.