Color Hex Logo

#9dddfa Color Hex

#9DDDFA
(157,221,250)
0 Favorites   0 Comments

Color spaces of #9dddfa

RGB 157221250
HSL0.550.900.80
HSV199°37°98°
CMYK 0.370.120.00   0.02
XYZ57.016465.7831100.1348
Yxy65.78310.25580.2951
Hunter Lab81.1068-16.4550-16.4250
CIE-Lab84.8857-13.1647-20.5527

#9dddfa color RGB value is (157,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011101 11111010
Octal 235 335 372
Decimal 157 221 250
Hex 9D DD FA

RGB Percentages of Color #9dddfa

%25.00
%35.19
%39.81

CMYK Percentages of Color #9dddfa

%37
%12
%0
%2

Triadic Colors of #9dddfa

#9dddfa #fa9ddd #ddfa9d

Analogous Colors of #9dddfa

#9dddfa #9daffa #9dfae9

Monochromatic Colors of #9dddfa

#9dddfa

Complementary Color

#9dddfa #faba9d

#9dddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dddfa Color CSS Codes

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

#9dddfa Text Font Color

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

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


#9dddfa Background Color

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

This div background color is #9dddfa


#9dddfa Border Color

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

This div border color is #9dddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dddfa


Comments

No comments written yet.

Please login to write comment.