Color Hex Logo

#9cddfc Color Hex

#9CDDFC
(156,221,252)
0 Favorites   0 Comments

Color spaces of #9cddfc

RGB 156221252
HSL0.550.940.80
HSV199°38°99°
CMYK 0.380.120.00   0.01
XYZ57.137465.8091101.7864
Yxy65.80910.25420.2928
Hunter Lab81.1228-16.2416-17.6064
CIE-Lab84.8989-12.9239-21.5932

#9cddfc color RGB value is (156,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 11111100
Octal 234 335 374
Decimal 156 221 252
Hex 9C DD FC

RGB Percentages of Color #9cddfc

%24.80
%35.14
%40.06

CMYK Percentages of Color #9cddfc

%38
%12
%0
%1

Triadic Colors of #9cddfc

#9cddfc #fc9cdd #ddfc9c

Analogous Colors of #9cddfc

#9cddfc #9cadfc #9cfceb

Monochromatic Colors of #9cddfc

#9cddfc

Complementary Color

#9cddfc #fcbb9c

#9cddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cddfc Color CSS Codes

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

#9cddfc Text Font Color

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

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


#9cddfc Background Color

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

This div background color is #9cddfc


#9cddfc Border Color

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

This div border color is #9cddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.