Color Hex Logo

#9becbd Color Hex

#9BECBD
(155,236,189)
0 Favorites   0 Comments

Color spaces of #9becbd

RGB 155236189
HSL0.400.680.77
HSV145°34°93°
CMYK 0.340.000.20   0.07
XYZ52.698370.633659.0003
Yxy70.63360.28900.3874
Hunter Lab84.0438-35.151117.2080
CIE-Lab87.3067-34.526315.0623

#9becbd color RGB value is (155,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101100 10111101
Octal 233 354 275
Decimal 155 236 189
Hex 9B EC BD

RGB Percentages of Color #9becbd

%26.72
%40.69
%32.59

CMYK Percentages of Color #9becbd

%34
%0
%20
%7

Triadic Colors of #9becbd

#9becbd #bd9bec #ecbd9b

Analogous Colors of #9becbd

#9becbd #9bece6 #a2ec9b

Monochromatic Colors of #9becbd

#9becbd

Complementary Color

#9becbd #ec9bca

#9becbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9becbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9becbd Color CSS Codes

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

#9becbd Text Font Color

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

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


#9becbd Background Color

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

This div background color is #9becbd


#9becbd Border Color

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

This div border color is #9becbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9becbd


Comments

No comments written yet.

Please login to write comment.