Color Hex Logo

#9cdcfb Color Hex

#9CDCFB
(156,220,251)
0 Favorites   0 Comments

Color spaces of #9cdcfb

RGB 156220251
HSL0.550.920.80
HSV200°38°98°
CMYK 0.380.120.00   0.02
XYZ56.716165.2194100.8661
Yxy65.21940.25460.2927
Hunter Lab80.7585-15.9682-17.5213
CIE-Lab84.5967-12.6607-21.5232

#9cdcfb color RGB value is (156,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011100 11111011
Octal 234 334 373
Decimal 156 220 251
Hex 9C DC FB

RGB Percentages of Color #9cdcfb

%24.88
%35.09
%40.03

CMYK Percentages of Color #9cdcfb

%38
%12
%0
%2

Triadic Colors of #9cdcfb

#9cdcfb #fb9cdc #dcfb9c

Analogous Colors of #9cdcfb

#9cdcfb #9cadfb #9cfbeb

Monochromatic Colors of #9cdcfb

#9cdcfb

Complementary Color

#9cdcfb #fbbb9c

#9cdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdcfb Color CSS Codes

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

#9cdcfb Text Font Color

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

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


#9cdcfb Background Color

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

This div background color is #9cdcfb


#9cdcfb Border Color

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

This div border color is #9cdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdcfb


Comments

No comments written yet.

Please login to write comment.