Color Hex Logo

#9dcdcc Color Hex

#9DCDCC
(157,205,204)
0 Favorites   0 Comments

Color spaces of #9dcdcc

RGB 157205204
HSL0.500.320.71
HSV179°23°80°
CMYK 0.230.000.00   0.20
XYZ46.635055.190465.3216
Yxy55.19040.27900.3302
Hunter Lab74.2902-17.9562-0.1291
CIE-Lab79.1508-15.7713-4.6263

#9dcdcc color RGB value is (157,205,204).

#9dcdcc hex color red value is 157, green value is 205 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9dcdcc hue: 0.50 , saturation: 0.32 and the lightness value of 9dcdcc is 0.71.

The process color (four color CMYK) of #9dcdcc color hex is 0.23, 0.00, 0.00, 0.20. Web safe color of #9dcdcc is #99cccc. Color #9dcdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001101 11001100
Octal 235 315 314
Decimal 157 205 204
Hex 9D CD CC

RGB Percentages of Color #9dcdcc

%27.74
%36.22
%36.04

CMYK Percentages of Color #9dcdcc

%23
%0
%0
%20

Triadic Colors of #9dcdcc

#9dcdcc #cc9dcd #cdcc9d

Analogous Colors of #9dcdcc

#9dcdcc #9db6cd #9dcdb4

Monochromatic Colors of #9dcdcc

#9dcdcc

Complementary Color

#9dcdcc #cd9d9e

#9dcdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcdcc Color CSS Codes

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

#9dcdcc Text Font Color

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

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


#9dcdcc Background Color

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

This div background color is #9dcdcc


#9dcdcc Border Color

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

This div border color is #9dcdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcdcc


Comments

No comments written yet.

Please login to write comment.