Color Hex Logo

#9cc1be Color Hex

#9CC1BE
(156,193,190)
0 Favorites   0 Comments

Color spaces of #9cc1be

RGB 156193190
HSL0.490.230.68
HSV175°19°76°
CMYK 0.190.000.02   0.24
XYZ42.074548.925655.9412
Yxy48.92560.28630.3330
Hunter Lab69.9468-15.03541.5446
CIE-Lab75.4050-12.9241-2.5897

#9cc1be color RGB value is (156,193,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000001 10111110
Octal 234 301 276
Decimal 156 193 190
Hex 9C C1 BE

RGB Percentages of Color #9cc1be

%28.94
%35.81
%35.25

CMYK Percentages of Color #9cc1be

%19
%0
%2
%24

Triadic Colors of #9cc1be

#9cc1be #be9cc1 #c1be9c

Analogous Colors of #9cc1be

#9cc1be #9cb2c1 #9cc1ac

Monochromatic Colors of #9cc1be

#9cc1be

Complementary Color

#9cc1be #c19c9f

#9cc1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc1be Color CSS Codes

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

#9cc1be Text Font Color

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

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


#9cc1be Background Color

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

This div background color is #9cc1be


#9cc1be Border Color

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

This div border color is #9cc1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc1be

#9cc1be Color Palettes


Comments

No comments written yet.

Please login to write comment.