Color Hex Logo

#9decdd Color Hex

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

Color spaces of #9decdd

RGB 157236221
HSL0.470.680.77
HSV169°33°93°
CMYK 0.330.000.06   0.07
XYZ56.951272.379579.3756
Yxy72.37950.27290.3468
Hunter Lab85.0761-29.39284.2360
CIE-Lab88.1509-27.4000-0.4293

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

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

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

Base Numbers

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

RGB Percentages of Color #9decdd

%25.57
%38.44
%35.99

CMYK Percentages of Color #9decdd

%33
%0
%6
%7

Triadic Colors of #9decdd

#9decdd #dd9dec #ecdd9d

Analogous Colors of #9decdd

#9decdd #9dd4ec #9decb6

Monochromatic Colors of #9decdd

#9decdd

Complementary Color

#9decdd #ec9dac

#9decdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9decdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9decdd Color CSS Codes

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

#9decdd Text Font Color

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

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


#9decdd Background Color

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

This div background color is #9decdd


#9decdd Border Color

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

This div border color is #9decdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9decdd


Comments

No comments written yet.

Please login to write comment.