Color Hex Logo

#9dd7cd Color Hex

#9DD7CD
(157,215,205)
0 Favorites   0 Comments

Color spaces of #9dd7cd

RGB 157215205
HSL0.470.420.73
HSV170°27°84°
CMYK 0.270.000.05   0.16
XYZ49.224560.176866.7785
Yxy60.17680.27940.3416
Hunter Lab77.5737-22.48663.2624
CIE-Lab81.9342-20.6005-1.0723

#9dd7cd color RGB value is (157,215,205).

#9dd7cd hex color red value is 157, green value is 215 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9dd7cd hue: 0.47 , saturation: 0.42 and the lightness value of 9dd7cd is 0.73.

The process color (four color CMYK) of #9dd7cd color hex is 0.27, 0.00, 0.05, 0.16. Web safe color of #9dd7cd is #99cccc. Color #9dd7cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010111 11001101
Octal 235 327 315
Decimal 157 215 205
Hex 9D D7 CD

RGB Percentages of Color #9dd7cd

%27.21
%37.26
%35.53

CMYK Percentages of Color #9dd7cd

%27
%0
%5
%16

Triadic Colors of #9dd7cd

#9dd7cd #cd9dd7 #d7cd9d

Analogous Colors of #9dd7cd

#9dd7cd #9dc4d7 #9dd7b0

Monochromatic Colors of #9dd7cd

#9dd7cd

Complementary Color

#9dd7cd #d79da7

#9dd7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd7cd Color CSS Codes

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

#9dd7cd Text Font Color

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

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


#9dd7cd Background Color

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

This div background color is #9dd7cd


#9dd7cd Border Color

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

This div border color is #9dd7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd7cd


Comments

No comments written yet.

Please login to write comment.