Color Hex Logo

#9bebde Color Hex

#9BEBDE
(155,235,222)
0 Favorites   0 Comments

Color spaces of #9bebde

RGB 155235222
HSL0.470.670.76
HSV170°34°92°
CMYK 0.340.000.06   0.08
XYZ56.410771.659279.9657
Yxy71.65920.27120.3445
Hunter Lab84.6518-29.19083.2483
CIE-Lab87.8043-27.2436-1.4720

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101011 11011110
Octal 233 353 336
Decimal 155 235 222
Hex 9B EB DE

RGB Percentages of Color #9bebde

%25.33
%38.40
%36.27

CMYK Percentages of Color #9bebde

%34
%0
%6
%8

Triadic Colors of #9bebde

#9bebde #de9beb #ebde9b

Analogous Colors of #9bebde

#9bebde #9bd0eb #9bebb6

Monochromatic Colors of #9bebde

#9bebde

Complementary Color

#9bebde #eb9ba8

#9bebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bebde Color CSS Codes

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

#9bebde Text Font Color

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

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


#9bebde Background Color

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

This div background color is #9bebde


#9bebde Border Color

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

This div border color is #9bebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bebde


Comments

No comments written yet.

Please login to write comment.