Color Hex Logo

#9bbeb7 Color Hex

#9BBEB7
(155,190,183)
0 Favorites   0 Comments

Color spaces of #9bbeb7

RGB 155190183
HSL0.470.210.68
HSV168°18°75°
CMYK 0.180.000.04   0.25
XYZ40.478347.214451.7796
Yxy47.21440.29020.3385
Hunter Lab68.7127-15.09393.4200
CIE-Lab74.3267-13.1573-0.3739

#9bbeb7 color RGB value is (155,190,183).

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

The process color (four color CMYK) of #9bbeb7 color hex is 0.18, 0.00, 0.04, 0.25. Web safe color of #9bbeb7 is #99cccc. Color #9bbeb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 10110111
Octal 233 276 267
Decimal 155 190 183
Hex 9B BE B7

RGB Percentages of Color #9bbeb7

%29.36
%35.98
%34.66

CMYK Percentages of Color #9bbeb7

%18
%0
%4
%25

Triadic Colors of #9bbeb7

#9bbeb7 #b79bbe #beb79b

Analogous Colors of #9bbeb7

#9bbeb7 #9bb4be #9bbea6

Monochromatic Colors of #9bbeb7

#9bbeb7

Complementary Color

#9bbeb7 #be9ba2

#9bbeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbeb7 Color CSS Codes

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

#9bbeb7 Text Font Color

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

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


#9bbeb7 Background Color

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

This div background color is #9bbeb7


#9bbeb7 Border Color

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

This div border color is #9bbeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbeb7


Comments

No comments written yet.

Please login to write comment.