Color Hex Logo

#9ccebc Color Hex

#9CCEBC
(156,206,188)
0 Favorites   0 Comments

Color spaces of #9ccebc

RGB 156206188
HSL0.440.340.71
HSV158°24°81°
CMYK 0.240.000.09   0.19
XYZ44.858754.841455.7981
Yxy54.84140.28850.3527
Hunter Lab74.0550-21.47017.1653
CIE-Lab78.9498-19.97693.6588

#9ccebc color RGB value is (156,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001110 10111100
Octal 234 316 274
Decimal 156 206 188
Hex 9C CE BC

RGB Percentages of Color #9ccebc

%28.36
%37.45
%34.18

CMYK Percentages of Color #9ccebc

%24
%0
%9
%19

Triadic Colors of #9ccebc

#9ccebc #bc9cce #cebc9c

Analogous Colors of #9ccebc

#9ccebc #9cc7ce #9ccea3

Monochromatic Colors of #9ccebc

#9ccebc

Complementary Color

#9ccebc #ce9cae

#9ccebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccebc Color CSS Codes

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

#9ccebc Text Font Color

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

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


#9ccebc Background Color

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

This div background color is #9ccebc


#9ccebc Border Color

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

This div border color is #9ccebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccebc


Comments

No comments written yet.

Please login to write comment.