Color Hex Logo

#9dddec Color Hex

#9DDDEC
(157,221,236)
0 Favorites   0 Comments

Color spaces of #9dddec

RGB 157221236
HSL0.530.680.77
HSV191°33°93°
CMYK 0.330.060.00   0.07
XYZ54.901464.937188.9974
Yxy64.93710.26290.3109
Hunter Lab80.5836-19.4096-9.0721
CIE-Lab84.4513-16.5725-13.8056

#9dddec color RGB value is (157,221,236).

#9dddec hex color red value is 157, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9dddec hue: 0.53 , saturation: 0.68 and the lightness value of 9dddec is 0.77.

The process color (four color CMYK) of #9dddec color hex is 0.33, 0.06, 0.00, 0.07. Web safe color of #9dddec is #99ccff. Color #9dddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011101 11101100
Octal 235 335 354
Decimal 157 221 236
Hex 9D DD EC

RGB Percentages of Color #9dddec

%25.57
%35.99
%38.44

CMYK Percentages of Color #9dddec

%33
%6
%0
%7

Triadic Colors of #9dddec

#9dddec #ec9ddd #ddec9d

Analogous Colors of #9dddec

#9dddec #9db6ec #9decd4

Monochromatic Colors of #9dddec

#9dddec

Complementary Color

#9dddec #ecac9d

#9dddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dddec Color CSS Codes

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

#9dddec Text Font Color

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

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


#9dddec Background Color

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

This div background color is #9dddec


#9dddec Border Color

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

This div border color is #9dddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dddec


Comments

No comments written yet.

Please login to write comment.