Color Hex Logo

#9cecbb Color Hex

#9CECBB
(156,236,187)
0 Favorites   0 Comments

Color spaces of #9cecbb

RGB 156236187
HSL0.400.680.77
HSV143°34°93°
CMYK 0.340.000.21   0.07
XYZ52.675470.646757.8736
Yxy70.64670.29070.3899
Hunter Lab84.0516-35.223818.0121
CIE-Lab87.3131-34.613316.1179

#9cecbb color RGB value is (156,236,187).

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

The process color (four color CMYK) of #9cecbb color hex is 0.34, 0.00, 0.21, 0.07. Web safe color of #9cecbb is #99ffcc. Color #9cecbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101100 10111011
Octal 234 354 273
Decimal 156 236 187
Hex 9C EC BB

RGB Percentages of Color #9cecbb

%26.94
%40.76
%32.30

CMYK Percentages of Color #9cecbb

%34
%0
%21
%7

Triadic Colors of #9cecbb

#9cecbb #bb9cec #ecbb9c

Analogous Colors of #9cecbb

#9cecbb #9cece3 #a5ec9c

Monochromatic Colors of #9cecbb

#9cecbb

Complementary Color

#9cecbb #ec9ccd

#9cecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cecbb Color CSS Codes

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

#9cecbb Text Font Color

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

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


#9cecbb Background Color

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

This div background color is #9cecbb


#9cecbb Border Color

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

This div border color is #9cecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cecbb


Comments

No comments written yet.

Please login to write comment.