Color Hex Logo

#9dccec Color Hex

#9DCCEC
(157,204,236)
0 Favorites   0 Comments

Color spaces of #9dccec

RGB 157204236
HSL0.570.680.77
HSV204°33°93°
CMYK 0.330.140.00   0.07
XYZ50.637856.410087.5762
Yxy56.41000.26020.2898
Hunter Lab75.1066-11.0896-16.5590
CIE-Lab79.8466-7.7956-20.7440

#9dccec color RGB value is (157,204,236).

#9dccec hex color red value is 157, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9dccec hue: 0.57 , saturation: 0.68 and the lightness value of 9dccec is 0.77.

The process color (four color CMYK) of #9dccec color hex is 0.33, 0.14, 0.00, 0.07. Web safe color of #9dccec is #99ccff. Color #9dccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001100 11101100
Octal 235 314 354
Decimal 157 204 236
Hex 9D CC EC

RGB Percentages of Color #9dccec

%26.30
%34.17
%39.53

CMYK Percentages of Color #9dccec

%33
%14
%0
%7

Triadic Colors of #9dccec

#9dccec #ec9dcc #ccec9d

Analogous Colors of #9dccec

#9dccec #9da5ec #9dece5

Monochromatic Colors of #9dccec

#9dccec

Complementary Color

#9dccec #ecbd9d

#9dccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dccec Color CSS Codes

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

#9dccec Text Font Color

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

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


#9dccec Background Color

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

This div background color is #9dccec


#9dccec Border Color

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

This div border color is #9dccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dccec


Comments

No comments written yet.

Please login to write comment.