Color Hex Logo

#9bebeb Color Hex

#9BEBEB
(155,235,235)
0 Favorites   0 Comments

Color spaces of #9bebeb

RGB 155235235
HSL0.500.670.76
HSV180°34°92°
CMYK 0.340.000.00   0.08
XYZ58.221372.383489.5001
Yxy72.38340.26450.3289
Hunter Lab85.0784-26.7352-2.8165
CIE-Lab88.1528-24.2975-7.7751

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101011 11101011
Octal 233 353 353
Decimal 155 235 235
Hex 9B EB EB

RGB Percentages of Color #9bebeb

%24.80
%37.60
%37.60

CMYK Percentages of Color #9bebeb

%34
%0
%0
%8

Triadic Colors of #9bebeb

#9bebeb #eb9beb #ebeb9b

Analogous Colors of #9bebeb

#9bebeb #9bc3eb #9bebc3

Monochromatic Colors of #9bebeb

#9bebeb

Complementary Color

#9bebeb #eb9b9b

#9bebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bebeb Color CSS Codes

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

#9bebeb Text Font Color

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

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


#9bebeb Background Color

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

This div background color is #9bebeb


#9bebeb Border Color

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

This div border color is #9bebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bebeb


Comments

No comments written yet.

Please login to write comment.