Color Hex Logo

#9cddfe Color Hex

#9CDDFE
(156,221,254)
0 Favorites   0 Comments

Color spaces of #9cddfe

RGB 156221254
HSL0.560.980.80
HSV200°39°100°
CMYK 0.390.130.00   0.00
XYZ57.456165.9366103.4647
Yxy65.93660.25330.2907
Hunter Lab81.2014-15.8001-18.7049
CIE-Lab84.9641-12.4215-22.5499

#9cddfe color RGB value is (156,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 11111110
Octal 234 335 376
Decimal 156 221 254
Hex 9C DD FE

RGB Percentages of Color #9cddfe

%24.72
%35.02
%40.25

CMYK Percentages of Color #9cddfe

%39
%13
%0
%0

Triadic Colors of #9cddfe

#9cddfe #fe9cdd #ddfe9c

Analogous Colors of #9cddfe

#9cddfe #9cacfe #9cfeee

Monochromatic Colors of #9cddfe

#9cddfe

Complementary Color

#9cddfe #febd9c

#9cddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cddfe Color CSS Codes

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

#9cddfe Text Font Color

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

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


#9cddfe Background Color

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

This div background color is #9cddfe


#9cddfe Border Color

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

This div border color is #9cddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cddfe


Comments

No comments written yet.

Please login to write comment.