Color Hex Logo

#9bebcb Color Hex

#9BEBCB
(155,235,203)
0 Favorites   0 Comments

Color spaces of #9bebcb

RGB 155235203
HSL0.430.670.76
HSV156°34°92°
CMYK 0.340.000.14   0.08
XYZ54.005470.697067.2994
Yxy70.69700.28130.3682
Hunter Lab84.0815-32.492411.4009
CIE-Lab87.3376-31.29107.8033

#9bebcb color RGB value is (155,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101011 11001011
Octal 233 353 313
Decimal 155 235 203
Hex 9B EB CB

RGB Percentages of Color #9bebcb

%26.14
%39.63
%34.23

CMYK Percentages of Color #9bebcb

%34
%0
%14
%8

Triadic Colors of #9bebcb

#9bebcb #cb9beb #ebcb9b

Analogous Colors of #9bebcb

#9bebcb #9be3eb #9beba3

Monochromatic Colors of #9bebcb

#9bebcb

Complementary Color

#9bebcb #eb9bbb

#9bebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bebcb Color CSS Codes

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

#9bebcb Text Font Color

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

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


#9bebcb Background Color

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

This div background color is #9bebcb


#9bebcb Border Color

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

This div border color is #9bebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bebcb


Comments

No comments written yet.

Please login to write comment.