Color Hex Logo

#9befbf Color Hex

#9BEFBF
(155,239,191)
0 Favorites   0 Comments

Color spaces of #9befbf

RGB 155239191
HSL0.400.720.77
HSV146°35°94°
CMYK 0.350.000.20   0.06
XYZ53.788072.463260.4421
Yxy72.46320.28810.3881
Hunter Lab85.1253-36.180817.4896
CIE-Lab88.1911-35.526315.2695

#9befbf color RGB value is (155,239,191).

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

The process color (four color CMYK) of #9befbf color hex is 0.35, 0.00, 0.20, 0.06. Web safe color of #9befbf is #99ffcc. Color #9befbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 10111111
Octal 233 357 277
Decimal 155 239 191
Hex 9B EF BF

RGB Percentages of Color #9befbf

%26.50
%40.85
%32.65

CMYK Percentages of Color #9befbf

%35
%0
%20
%6

Triadic Colors of #9befbf

#9befbf #bf9bef #efbf9b

Analogous Colors of #9befbf

#9befbf #9befe9 #a1ef9b

Monochromatic Colors of #9befbf

#9befbf

Complementary Color

#9befbf #ef9bcb

#9befbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befbf Color CSS Codes

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

#9befbf Text Font Color

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

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


#9befbf Background Color

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

This div background color is #9befbf


#9befbf Border Color

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

This div border color is #9befbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,239,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 #9befbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befbf


Comments

No comments written yet.

Please login to write comment.