Color Hex Logo

#9dcecd Color Hex

#9DCECD
(157,206,205)
0 Favorites   0 Comments

Color spaces of #9dcecd

RGB 157206205
HSL0.500.330.71
HSV179°24°81°
CMYK 0.240.000.00   0.19
XYZ46.995455.718566.0354
Yxy55.71850.27850.3302
Hunter Lab74.6448-18.2472-0.2002
CIE-Lab79.4533-16.0620-4.7169

#9dcecd color RGB value is (157,206,205).

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

The process color (four color CMYK) of #9dcecd color hex is 0.24, 0.00, 0.00, 0.19. Web safe color of #9dcecd is #99cccc. Color #9dcecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001110 11001101
Octal 235 316 315
Decimal 157 206 205
Hex 9D CE CD

RGB Percentages of Color #9dcecd

%27.64
%36.27
%36.09

CMYK Percentages of Color #9dcecd

%24
%0
%0
%19

Triadic Colors of #9dcecd

#9dcecd #cd9dce #cecd9d

Analogous Colors of #9dcecd

#9dcecd #9db7ce #9dceb5

Monochromatic Colors of #9dcecd

#9dcecd

Complementary Color

#9dcecd #ce9d9e

#9dcecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcecd Color CSS Codes

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

#9dcecd Text Font Color

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

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


#9dcecd Background Color

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

This div background color is #9dcecd


#9dcecd Border Color

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

This div border color is #9dcecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,206,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 #9dcecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcecd


Comments

No comments written yet.

Please login to write comment.