Color Hex Logo

#9cddfa Color Hex

#9CDDFA
(156,221,250)
0 Favorites   0 Comments

Color spaces of #9cddfa

RGB 156221250
HSL0.550.900.80
HSV199°38°98°
CMYK 0.380.120.00   0.02
XYZ56.822165.6830100.1257
Yxy65.68300.25520.2950
Hunter Lab81.0450-16.6794-16.5173
CIE-Lab84.8345-13.4236-20.6350

#9cddfa color RGB value is (156,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 11111010
Octal 234 335 372
Decimal 156 221 250
Hex 9C DD FA

RGB Percentages of Color #9cddfa

%24.88
%35.25
%39.87

CMYK Percentages of Color #9cddfa

%38
%12
%0
%2

Triadic Colors of #9cddfa

#9cddfa #fa9cdd #ddfa9c

Analogous Colors of #9cddfa

#9cddfa #9caefa #9cfae8

Monochromatic Colors of #9cddfa

#9cddfa

Complementary Color

#9cddfa #fab99c

#9cddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cddfa Color CSS Codes

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

#9cddfa Text Font Color

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

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


#9cddfa Background Color

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

This div background color is #9cddfa


#9cddfa Border Color

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

This div border color is #9cddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cddfa

Related Colors


Comments

No comments written yet.

Please login to write comment.