Color Hex Logo

#9ccfff Color Hex

#9CCFFF
(156,207,255)
0 Favorites   0 Comments

Color spaces of #9ccfff

RGB 156207255
HSL0.581.000.81
HSV209°39°100°
CMYK 0.390.190.00   0.00
XYZ54.073158.9136103.1292
Yxy58.91360.25020.2726
Hunter Lab76.7552-8.5705-25.9341
CIE-Lab81.2441-4.8530-28.7509

#9ccfff color RGB value is (156,207,255).

#9ccfff hex color red value is 156, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9ccfff hue: 0.58 , saturation: 1.00 and the lightness value of 9ccfff is 0.81.

The process color (four color CMYK) of #9ccfff color hex is 0.39, 0.19, 0.00, 0.00. Web safe color of #9ccfff is #99ccff. Color #9ccfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001111 11111111
Octal 234 317 377
Decimal 156 207 255
Hex 9C CF FF

RGB Percentages of Color #9ccfff

%25.24
%33.50
%41.26

CMYK Percentages of Color #9ccfff

%39
%19
%0
%0

Triadic Colors of #9ccfff

#9ccfff #ff9ccf #cfff9c

Analogous Colors of #9ccfff

#9ccfff #9c9eff #9cfffe

Monochromatic Colors of #9ccfff

#9ccfff

Complementary Color

#9ccfff #ffcc9c

#9ccfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccfff Color CSS Codes

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

#9ccfff Text Font Color

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

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


#9ccfff Background Color

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

This div background color is #9ccfff


#9ccfff Border Color

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

This div border color is #9ccfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccfff

Related Colors


Comments

No comments written yet.

Please login to write comment.