Color Hex Logo

#9befba Color Hex

#9BEFBA
(155,239,186)
0 Favorites   0 Comments

Color spaces of #9befba

RGB 155239186
HSL0.390.720.77
HSV142°35°94°
CMYK 0.350.000.22   0.06
XYZ53.247072.246757.5930
Yxy72.24670.29080.3946
Hunter Lab84.9981-36.925319.3249
CIE-Lab88.0872-36.469817.7148

#9befba color RGB value is (155,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 10111010
Octal 233 357 272
Decimal 155 239 186
Hex 9B EF BA

RGB Percentages of Color #9befba

%26.72
%41.21
%32.07

CMYK Percentages of Color #9befba

%35
%0
%22
%6

Triadic Colors of #9befba

#9befba #ba9bef #efba9b

Analogous Colors of #9befba

#9befba #9befe4 #a6ef9b

Monochromatic Colors of #9befba

#9befba

Complementary Color

#9befba #ef9bd0

#9befba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befba Color CSS Codes

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

#9befba Text Font Color

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

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


#9befba Background Color

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

This div background color is #9befba


#9befba Border Color

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

This div border color is #9befba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befba


Comments

No comments written yet.

Please login to write comment.