Color Hex Logo

#9ccecc Color Hex

#9CCECC
(156,206,204)
0 Favorites   0 Comments

Color spaces of #9ccecc

RGB 156206204
HSL0.490.340.71
HSV178°24°81°
CMYK 0.240.000.01   0.19
XYZ46.680755.570265.3925
Yxy55.57020.27850.3315
Hunter Lab74.5454-18.67690.1716
CIE-Lab79.3686-16.5812-4.3119

#9ccecc color RGB value is (156,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001110 11001100
Octal 234 316 314
Decimal 156 206 204
Hex 9C CE CC

RGB Percentages of Color #9ccecc

%27.56
%36.40
%36.04

CMYK Percentages of Color #9ccecc

%24
%0
%1
%19

Triadic Colors of #9ccecc

#9ccecc #cc9cce #cecc9c

Analogous Colors of #9ccecc

#9ccecc #9cb7ce #9cceb3

Monochromatic Colors of #9ccecc

#9ccecc

Complementary Color

#9ccecc #ce9c9e

#9ccecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccecc Color CSS Codes

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

#9ccecc Text Font Color

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

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


#9ccecc Background Color

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

This div background color is #9ccecc


#9ccecc Border Color

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

This div border color is #9ccecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccecc


Comments

No comments written yet.

Please login to write comment.