Color Hex Logo

#9cdcfc Color Hex

#9CDCFC
(156,220,252)
0 Favorites   0 Comments

Color spaces of #9cdcfc

RGB 156220252
HSL0.560.940.80
HSV200°38°99°
CMYK 0.380.130.00   0.01
XYZ56.874265.2826101.6987
Yxy65.28260.25410.2916
Hunter Lab80.7976-15.7481-18.0690
CIE-Lab84.6291-12.4099-22.0022

#9cdcfc color RGB value is (156,220,252).

#9cdcfc hex color red value is 156, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9cdcfc hue: 0.56 , saturation: 0.94 and the lightness value of 9cdcfc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011100 11111100
Octal 234 334 374
Decimal 156 220 252
Hex 9C DC FC

RGB Percentages of Color #9cdcfc

%24.84
%35.03
%40.13

CMYK Percentages of Color #9cdcfc

%38
%13
%0
%1

Triadic Colors of #9cdcfc

#9cdcfc #fc9cdc #dcfc9c

Analogous Colors of #9cdcfc

#9cdcfc #9cacfc #9cfcec

Monochromatic Colors of #9cdcfc

#9cdcfc

Complementary Color

#9cdcfc #fcbc9c

#9cdcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdcfc Color CSS Codes

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

#9cdcfc Text Font Color

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

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


#9cdcfc Background Color

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

This div background color is #9cdcfc


#9cdcfc Border Color

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

This div border color is #9cdcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.