Color Hex Logo

#9becbe Color Hex

#9BECBE
(155,236,190)
0 Favorites   0 Comments

Color spaces of #9becbe

RGB 155236190
HSL0.410.680.77
HSV146°34°93°
CMYK 0.340.000.19   0.07
XYZ52.807370.677259.5740
Yxy70.67720.28850.3861
Hunter Lab84.0697-34.999616.8344
CIE-Lab87.3279-34.334914.5721

#9becbe color RGB value is (155,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101100 10111110
Octal 233 354 276
Decimal 155 236 190
Hex 9B EC BE

RGB Percentages of Color #9becbe

%26.68
%40.62
%32.70

CMYK Percentages of Color #9becbe

%34
%0
%19
%7

Triadic Colors of #9becbe

#9becbe #be9bec #ecbe9b

Analogous Colors of #9becbe

#9becbe #9bece7 #a1ec9b

Monochromatic Colors of #9becbe

#9becbe

Complementary Color

#9becbe #ec9bc9

#9becbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9becbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9becbe Color CSS Codes

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

#9becbe Text Font Color

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

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


#9becbe Background Color

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

This div background color is #9becbe


#9becbe Border Color

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

This div border color is #9becbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9becbe


Comments

No comments written yet.

Please login to write comment.