Color Hex Logo

#9ccfdc Color Hex

#9CCFDC
(156,207,220)
0 Favorites   0 Comments

Color spaces of #9ccfdc

RGB 156207220
HSL0.530.480.74
HSV192°29°86°
CMYK 0.290.060.00   0.14
XYZ48.941456.860976.1059
Yxy56.86090.26900.3126
Hunter Lab75.4062-16.1077-7.0559
CIE-Lab80.1013-13.4713-11.8017

#9ccfdc color RGB value is (156,207,220).

#9ccfdc hex color red value is 156, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9ccfdc hue: 0.53 , saturation: 0.48 and the lightness value of 9ccfdc is 0.74.

The process color (four color CMYK) of #9ccfdc color hex is 0.29, 0.06, 0.00, 0.14. Web safe color of #9ccfdc is #99cccc. Color #9ccfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001111 11011100
Octal 234 317 334
Decimal 156 207 220
Hex 9C CF DC

RGB Percentages of Color #9ccfdc

%26.76
%35.51
%37.74

CMYK Percentages of Color #9ccfdc

%29
%6
%0
%14

Triadic Colors of #9ccfdc

#9ccfdc #dc9ccf #cfdc9c

Analogous Colors of #9ccfdc

#9ccfdc #9cafdc #9cdcc9

Monochromatic Colors of #9ccfdc

#9ccfdc

Complementary Color

#9ccfdc #dca99c

#9ccfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccfdc Color CSS Codes

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

#9ccfdc Text Font Color

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

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


#9ccfdc Background Color

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

This div background color is #9ccfdc


#9ccfdc Border Color

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

This div border color is #9ccfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccfdc


Comments

No comments written yet.

Please login to write comment.