Color Hex Logo

#9cdbff Color Hex

#9CDBFF
(156,219,255)
0 Favorites   0 Comments

Color spaces of #9cdbff

RGB 156219255
HSL0.561.000.81
HSV202°39°100°
CMYK 0.390.140.00   0.00
XYZ57.091864.9510104.1355
Yxy64.95100.25240.2872
Hunter Lab80.5922-14.5863-20.1958
CIE-Lab84.4585-11.1376-23.8456

#9cdbff color RGB value is (156,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011011 11111111
Octal 234 333 377
Decimal 156 219 255
Hex 9C DB FF

RGB Percentages of Color #9cdbff

%24.76
%34.76
%40.48

CMYK Percentages of Color #9cdbff

%39
%14
%0
%0

Triadic Colors of #9cdbff

#9cdbff #ff9cdb #dbff9c

Analogous Colors of #9cdbff

#9cdbff #9caaff #9cfff2

Monochromatic Colors of #9cdbff

#9cdbff

Complementary Color

#9cdbff #ffc09c

#9cdbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdbff Color CSS Codes

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

#9cdbff Text Font Color

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

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


#9cdbff Background Color

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

This div background color is #9cdbff


#9cdbff Border Color

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

This div border color is #9cdbff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,219,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 #9cdbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdbff


Comments

No comments written yet.

Please login to write comment.