Color Hex Logo

#9ccebe Color Hex

#9CCEBE
(156,206,190)
1 Favorites   0 Comments

Color spaces of #9ccebe

RGB 156206190
HSL0.450.340.71
HSV161°24°81°
CMYK 0.240.000.08   0.19
XYZ45.075954.928256.9417
Yxy54.92820.28720.3500
Hunter Lab74.1136-21.13506.3268
CIE-Lab78.9999-19.56542.6591

#9ccebe color RGB value is (156,206,190).

#9ccebe hex color red value is 156, green value is 206 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9ccebe hue: 0.45 , saturation: 0.34 and the lightness value of 9ccebe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001110 10111110
Octal 234 316 276
Decimal 156 206 190
Hex 9C CE BE

RGB Percentages of Color #9ccebe

%28.26
%37.32
%34.42

CMYK Percentages of Color #9ccebe

%24
%0
%8
%19

Triadic Colors of #9ccebe

#9ccebe #be9cce #cebe9c

Analogous Colors of #9ccebe

#9ccebe #9cc5ce #9ccea5

Monochromatic Colors of #9ccebe

#9ccebe

Complementary Color

#9ccebe #ce9cac

#9ccebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccebe Color CSS Codes

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

#9ccebe Text Font Color

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

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


#9ccebe Background Color

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

This div background color is #9ccebe


#9ccebe Border Color

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

This div border color is #9ccebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccebe


Comments

No comments written yet.

Please login to write comment.