Color Hex Logo

#9bebbe Color Hex

#9BEBBE
(155,235,190)
0 Favorites   0 Comments

Color spaces of #9bebbe

RGB 155235190
HSL0.410.670.76
HSV146°34°92°
CMYK 0.340.000.19   0.08
XYZ52.520270.102959.4783
Yxy70.10290.28840.3850
Hunter Lab83.7275-34.554416.4908
CIE-Lab87.0473-33.871514.1759

#9bebbe color RGB value is (155,235,190).

#9bebbe hex color red value is 155, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9bebbe hue: 0.41 , saturation: 0.67 and the lightness value of 9bebbe is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101011 10111110
Octal 233 353 276
Decimal 155 235 190
Hex 9B EB BE

RGB Percentages of Color #9bebbe

%26.72
%40.52
%32.76

CMYK Percentages of Color #9bebbe

%34
%0
%19
%8

Triadic Colors of #9bebbe

#9bebbe #be9beb #ebbe9b

Analogous Colors of #9bebbe

#9bebbe #9bebe6 #a0eb9b

Monochromatic Colors of #9bebbe

#9bebbe

Complementary Color

#9bebbe #eb9bc8

#9bebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bebbe Color CSS Codes

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

#9bebbe Text Font Color

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

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


#9bebbe Background Color

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

This div background color is #9bebbe


#9bebbe Border Color

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

This div border color is #9bebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bebbe


Comments

No comments written yet.

Please login to write comment.