Color Hex Logo

#9dddbc Color Hex

#9DDDBC
(157,221,188)
0 Favorites   0 Comments

Color spaces of #9dddbc

RGB 157221188
HSL0.410.480.74
HSV149°29°87°
CMYK 0.290.000.15   0.13
XYZ48.838262.511857.0689
Yxy62.51180.29000.3712
Hunter Lab79.0644-28.103012.5494
CIE-Lab83.1848-27.04439.7546

#9dddbc color RGB value is (157,221,188).

#9dddbc hex color red value is 157, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9dddbc hue: 0.41 , saturation: 0.48 and the lightness value of 9dddbc is 0.74.

The process color (four color CMYK) of #9dddbc color hex is 0.29, 0.00, 0.15, 0.13. Web safe color of #9dddbc is #99cccc. Color #9dddbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011101 10111100
Octal 235 335 274
Decimal 157 221 188
Hex 9D DD BC

RGB Percentages of Color #9dddbc

%27.74
%39.05
%33.22

CMYK Percentages of Color #9dddbc

%29
%0
%15
%13

Triadic Colors of #9dddbc

#9dddbc #bc9ddd #ddbc9d

Analogous Colors of #9dddbc

#9dddbc #9ddddc #9edd9d

Monochromatic Colors of #9dddbc

#9dddbc

Complementary Color

#9dddbc #dd9dbe

#9dddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dddbc Color CSS Codes

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

#9dddbc Text Font Color

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

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


#9dddbc Background Color

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

This div background color is #9dddbc


#9dddbc Border Color

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

This div border color is #9dddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dddbc


Comments

No comments written yet.

Please login to write comment.