Color Hex Logo

#9befbd Color Hex

#9BEFBD
(155,239,189)
0 Favorites   0 Comments

Color spaces of #9befbd

RGB 155239189
HSL0.400.720.77
HSV144°35°94°
CMYK 0.350.000.21   0.06
XYZ53.569472.375759.2906
Yxy72.37570.28920.3907
Hunter Lab85.0739-36.481318.2307
CIE-Lab88.1491-35.906516.2477

#9befbd color RGB value is (155,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 10111101
Octal 233 357 275
Decimal 155 239 189
Hex 9B EF BD

RGB Percentages of Color #9befbd

%26.59
%40.99
%32.42

CMYK Percentages of Color #9befbd

%35
%0
%21
%6

Triadic Colors of #9befbd

#9befbd #bd9bef #efbd9b

Analogous Colors of #9befbd

#9befbd #9befe7 #a3ef9b

Monochromatic Colors of #9befbd

#9befbd

Complementary Color

#9befbd #ef9bcd

#9befbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befbd Color CSS Codes

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

#9befbd Text Font Color

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

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


#9befbd Background Color

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

This div background color is #9befbd


#9befbd Border Color

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

This div border color is #9befbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befbd


Comments

No comments written yet.

Please login to write comment.