Color Hex Logo

#9ccccf Color Hex

#9CCCCF
(156,204,207)
0 Favorites   0 Comments

Color spaces of #9ccccf

RGB 156204207
HSL0.510.350.71
HSV184°25°81°
CMYK 0.250.010.00   0.19
XYZ46.565754.758667.1467
Yxy54.75860.27640.3250
Hunter Lab73.9991-17.1729-2.0004
CIE-Lab78.9020-14.8943-6.6119

#9ccccf color RGB value is (156,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 11001111
Octal 234 314 317
Decimal 156 204 207
Hex 9C CC CF

RGB Percentages of Color #9ccccf

%27.51
%35.98
%36.51

CMYK Percentages of Color #9ccccf

%25
%1
%0
%19

Triadic Colors of #9ccccf

#9ccccf #cf9ccc #cccf9c

Analogous Colors of #9ccccf

#9ccccf #9cb3cf #9ccfb9

Monochromatic Colors of #9ccccf

#9ccccf

Complementary Color

#9ccccf #cf9f9c

#9ccccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccccf Color CSS Codes

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

#9ccccf Text Font Color

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

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


#9ccccf Background Color

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

This div background color is #9ccccf


#9ccccf Border Color

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

This div border color is #9ccccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccccf


Comments

No comments written yet.

Please login to write comment.