Color Hex Logo

#9befbb Color Hex

#9BEFBB
(155,239,187)
0 Favorites   0 Comments

Color spaces of #9befbb

RGB 155239187
HSL0.400.720.77
HSV143°35°94°
CMYK 0.350.000.22   0.06
XYZ53.353772.289458.1549
Yxy72.28940.29030.3933
Hunter Lab85.0232-36.778318.9625
CIE-Lab88.1077-36.283117.2259

#9befbb color RGB value is (155,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 10111011
Octal 233 357 273
Decimal 155 239 187
Hex 9B EF BB

RGB Percentages of Color #9befbb

%26.68
%41.14
%32.19

CMYK Percentages of Color #9befbb

%35
%0
%22
%6

Triadic Colors of #9befbb

#9befbb #bb9bef #efbb9b

Analogous Colors of #9befbb

#9befbb #9befe5 #a5ef9b

Monochromatic Colors of #9befbb

#9befbb

Complementary Color

#9befbb #ef9bcf

#9befbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befbb Color CSS Codes

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

#9befbb Text Font Color

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

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


#9befbb Background Color

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

This div background color is #9befbb


#9befbb Border Color

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

This div border color is #9befbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,239,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befbb


Comments

No comments written yet.

Please login to write comment.