Color Hex Logo

#9cbebb Color Hex

#9CBEBB
(156,190,187)
0 Favorites   0 Comments

Color spaces of #9cbebb

RGB 156190187
HSL0.490.210.68
HSV175°18°75°
CMYK 0.180.000.02   0.25
XYZ41.093447.482754.0129
Yxy47.48270.28820.3330
Hunter Lab68.9077-14.13921.7613
CIE-Lab74.4975-11.9975-2.2923

#9cbebb color RGB value is (156,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111110 10111011
Octal 234 276 273
Decimal 156 190 187
Hex 9C BE BB

RGB Percentages of Color #9cbebb

%29.27
%35.65
%35.08

CMYK Percentages of Color #9cbebb

%18
%0
%2
%25

Triadic Colors of #9cbebb

#9cbebb #bb9cbe #bebb9c

Analogous Colors of #9cbebb

#9cbebb #9cb0be #9cbeaa

Monochromatic Colors of #9cbebb

#9cbebb

Complementary Color

#9cbebb #be9c9f

#9cbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbebb Color CSS Codes

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

#9cbebb Text Font Color

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

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


#9cbebb Background Color

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

This div background color is #9cbebb


#9cbebb Border Color

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

This div border color is #9cbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbebb


Comments

No comments written yet.

Please login to write comment.