Color Hex Logo

#9dccde Color Hex

#9DCCDE
(157,204,222)
0 Favorites   0 Comments

Color spaces of #9dccde

RGB 157204222
HSL0.550.500.74
HSV197°29°87°
CMYK 0.290.080.00   0.13
XYZ48.682355.627877.2786
Yxy55.62780.26810.3063
Hunter Lab74.5840-14.0120-9.2232
CIE-Lab79.4015-11.1635-13.9153

#9dccde color RGB value is (157,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001100 11011110
Octal 235 314 336
Decimal 157 204 222
Hex 9D CC DE

RGB Percentages of Color #9dccde

%26.93
%34.99
%38.08

CMYK Percentages of Color #9dccde

%29
%8
%0
%13

Triadic Colors of #9dccde

#9dccde #de9dcc #ccde9d

Analogous Colors of #9dccde

#9dccde #9dacde #9dded0

Monochromatic Colors of #9dccde

#9dccde

Complementary Color

#9dccde #deaf9d

#9dccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dccde Color CSS Codes

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

#9dccde Text Font Color

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

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


#9dccde Background Color

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

This div background color is #9dccde


#9dccde Border Color

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

This div border color is #9dccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dccde


Comments

No comments written yet.

Please login to write comment.