Color Hex Logo

#9dddff Color Hex

#9DDDFF
(157,221,255)
0 Favorites   0 Comments

Color spaces of #9dddff

RGB 157221255
HSL0.561.000.81
HSV201°38°100°
CMYK 0.380.130.00   0.00
XYZ57.811166.1010104.3195
Yxy66.10100.25330.2896
Hunter Lab81.3025-15.3549-19.1634
CIE-Lab85.0479-11.9139-22.9454

#9dddff color RGB value is (157,221,255).

#9dddff hex color red value is 157, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9dddff hue: 0.56 , saturation: 1.00 and the lightness value of 9dddff is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011101 11111111
Octal 235 335 377
Decimal 157 221 255
Hex 9D DD FF

RGB Percentages of Color #9dddff

%24.80
%34.91
%40.28

CMYK Percentages of Color #9dddff

%38
%13
%0
%0

Triadic Colors of #9dddff

#9dddff #ff9ddd #ddff9d

Analogous Colors of #9dddff

#9dddff #9dacff #9dfff0

Monochromatic Colors of #9dddff

#9dddff

Complementary Color

#9dddff #ffbf9d

#9dddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dddff Color CSS Codes

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

#9dddff Text Font Color

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

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


#9dddff Background Color

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

This div background color is #9dddff


#9dddff Border Color

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

This div border color is #9dddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dddff

Related Colors


Comments

No comments written yet.

Please login to write comment.