Color Hex Logo

#9cbebc Color Hex

#9CBEBC
(156,190,188)
0 Favorites   0 Comments

Color spaces of #9cbebc

RGB 156190188
HSL0.490.210.68
HSV176°18°75°
CMYK 0.180.000.01   0.25
XYZ41.200947.525754.5788
Yxy47.52570.28750.3316
Hunter Lab68.9389-13.96361.3174
CIE-Lab74.5248-11.7858-2.7962

#9cbebc color RGB value is (156,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111110 10111100
Octal 234 276 274
Decimal 156 190 188
Hex 9C BE BC

RGB Percentages of Color #9cbebc

%29.21
%35.58
%35.21

CMYK Percentages of Color #9cbebc

%18
%0
%1
%25

Triadic Colors of #9cbebc

#9cbebc #bc9cbe #bebc9c

Analogous Colors of #9cbebc

#9cbebc #9cafbe #9cbeab

Monochromatic Colors of #9cbebc

#9cbebc

Complementary Color

#9cbebc #be9c9e

#9cbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbebc Color CSS Codes

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

#9cbebc Text Font Color

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

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


#9cbebc Background Color

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

This div background color is #9cbebc


#9cbebc Border Color

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

This div border color is #9cbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbebc


Comments

No comments written yet.

Please login to write comment.