Color Hex Logo

#9bccbe Color Hex

#9BCCBE
(155,204,190)
0 Favorites   0 Comments

Color spaces of #9bccbe

RGB 155204190
HSL0.450.320.70
HSV163°24°80°
CMYK 0.240.000.07   0.20
XYZ44.404753.872056.7732
Yxy53.87200.28640.3474
Hunter Lab73.3975-20.45525.5173
CIE-Lab78.3870-18.86891.7615

#9bccbe color RGB value is (155,204,190).

#9bccbe hex color red value is 155, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9bccbe hue: 0.45 , saturation: 0.32 and the lightness value of 9bccbe is 0.70.

The process color (four color CMYK) of #9bccbe color hex is 0.24, 0.00, 0.07, 0.20. Web safe color of #9bccbe is #99cccc. Color #9bccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001100 10111110
Octal 233 314 276
Decimal 155 204 190
Hex 9B CC BE

RGB Percentages of Color #9bccbe

%28.23
%37.16
%34.61

CMYK Percentages of Color #9bccbe

%24
%0
%7
%20

Triadic Colors of #9bccbe

#9bccbe #be9bcc #ccbe9b

Analogous Colors of #9bccbe

#9bccbe #9bc2cc #9bcca6

Monochromatic Colors of #9bccbe

#9bccbe

Complementary Color

#9bccbe #cc9ba9

#9bccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bccbe Color CSS Codes

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

#9bccbe Text Font Color

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

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


#9bccbe Background Color

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

This div background color is #9bccbe


#9bccbe Border Color

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

This div border color is #9bccbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,204,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 #9bccbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bccbe


Comments

No comments written yet.

Please login to write comment.