Color Hex Logo

#9cdfff Color Hex

#9CDFFF
(156,223,255)
1 Favorites   0 Comments

Color spaces of #9cdfff

RGB 156223255
HSL0.551.000.81
HSV199°39°100°
CMYK 0.390.130.00   0.00
XYZ58.148067.0633104.4875
Yxy67.06330.25310.2920
Hunter Lab81.8922-16.5664-18.3245
CIE-Lab85.5359-13.1960-22.2098

#9cdfff color RGB value is (156,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011111 11111111
Octal 234 337 377
Decimal 156 223 255
Hex 9C DF FF

RGB Percentages of Color #9cdfff

%24.61
%35.17
%40.22

CMYK Percentages of Color #9cdfff

%39
%13
%0
%0

Triadic Colors of #9cdfff

#9cdfff #ff9cdf #dfff9c

Analogous Colors of #9cdfff

#9cdfff #9caeff #9cffee

Monochromatic Colors of #9cdfff

#9cdfff

Complementary Color

#9cdfff #ffbc9c

#9cdfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdfff Color CSS Codes

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

#9cdfff Text Font Color

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

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


#9cdfff Background Color

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

This div background color is #9cdfff


#9cdfff Border Color

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

This div border color is #9cdfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdfff


Comments

No comments written yet.

Please login to write comment.