Color Hex Logo

#9bdbbe Color Hex

#9BDBBE
(155,219,190)
0 Favorites   0 Comments

Color spaces of #9bdbbe

RGB 155219190
HSL0.420.470.73
HSV153°29°86°
CMYK 0.290.000.13   0.14
XYZ48.143461.349358.0194
Yxy61.34930.28740.3662
Hunter Lab78.3258-27.354110.9093
CIE-Lab82.5662-26.28587.7976

#9bdbbe color RGB value is (155,219,190).

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

The process color (four color CMYK) of #9bdbbe color hex is 0.29, 0.00, 0.13, 0.14. Web safe color of #9bdbbe is #99cccc. Color #9bdbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011011 10111110
Octal 233 333 276
Decimal 155 219 190
Hex 9B DB BE

RGB Percentages of Color #9bdbbe

%27.48
%38.83
%33.69

CMYK Percentages of Color #9bdbbe

%29
%0
%13
%14

Triadic Colors of #9bdbbe

#9bdbbe #be9bdb #dbbe9b

Analogous Colors of #9bdbbe

#9bdbbe #9bd8db #9bdb9e

Monochromatic Colors of #9bdbbe

#9bdbbe

Complementary Color

#9bdbbe #db9bb8

#9bdbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbbe Color CSS Codes

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

#9bdbbe Text Font Color

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

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


#9bdbbe Background Color

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

This div background color is #9bdbbe


#9bdbbe Border Color

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

This div border color is #9bdbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbbe


Comments

No comments written yet.

Please login to write comment.