Color Hex Logo

#9dcbec Color Hex

#9DCBEC
(157,203,236)
0 Favorites   0 Comments

Color spaces of #9dcbec

RGB 157203236
HSL0.570.680.77
HSV205°33°93°
CMYK 0.330.140.00   0.07
XYZ50.400955.936187.4972
Yxy55.93610.26000.2886
Hunter Lab74.7904-10.5930-17.0100
CIE-Lab79.5774-7.2685-21.1521

#9dcbec color RGB value is (157,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001011 11101100
Octal 235 313 354
Decimal 157 203 236
Hex 9D CB EC

RGB Percentages of Color #9dcbec

%26.34
%34.06
%39.60

CMYK Percentages of Color #9dcbec

%33
%14
%0
%7

Triadic Colors of #9dcbec

#9dcbec #ec9dcb #cbec9d

Analogous Colors of #9dcbec

#9dcbec #9da4ec #9dece6

Monochromatic Colors of #9dcbec

#9dcbec

Complementary Color

#9dcbec #ecbe9d

#9dcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcbec Color CSS Codes

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

#9dcbec Text Font Color

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

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


#9dcbec Background Color

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

This div background color is #9dcbec


#9dcbec Border Color

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

This div border color is #9dcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcbec


Comments

No comments written yet.

Please login to write comment.