Color Hex Logo

#9ccecb Color Hex

#9CCECB
(156,206,203)
0 Favorites   0 Comments

Color spaces of #9ccecb

RGB 156206203
HSL0.490.340.71
HSV176°24°81°
CMYK 0.240.000.01   0.19
XYZ46.561155.522364.7628
Yxy55.52230.27910.3328
Hunter Lab74.5133-18.85900.6277
CIE-Lab79.3412-16.8002-3.8158

#9ccecb color RGB value is (156,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001110 11001011
Octal 234 316 313
Decimal 156 206 203
Hex 9C CE CB

RGB Percentages of Color #9ccecb

%27.61
%36.46
%35.93

CMYK Percentages of Color #9ccecb

%24
%0
%1
%19

Triadic Colors of #9ccecb

#9ccecb #cb9cce #cecb9c

Analogous Colors of #9ccecb

#9ccecb #9cb8ce #9cceb2

Monochromatic Colors of #9ccecb

#9ccecb

Complementary Color

#9ccecb #ce9c9f

#9ccecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccecb Color CSS Codes

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

#9ccecb Text Font Color

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

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


#9ccecb Background Color

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

This div background color is #9ccecb


#9ccecb Border Color

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

This div border color is #9ccecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccecb


Comments

No comments written yet.

Please login to write comment.