Color Hex Logo

#9cbdec Color Hex

#9CBDEC
(156,189,236)
0 Favorites   0 Comments

Color spaces of #9cbdec

RGB 156189236
HSL0.600.680.77
HSV215°34°93°
CMYK 0.340.200.00   0.07
XYZ47.048249.519286.4353
Yxy49.51920.25710.2706
Hunter Lab70.3699-3.8050-23.5670
CIE-Lab75.7732-0.0513-26.9559

#9cbdec color RGB value is (156,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111101 11101100
Octal 234 275 354
Decimal 156 189 236
Hex 9C BD EC

RGB Percentages of Color #9cbdec

%26.85
%32.53
%40.62

CMYK Percentages of Color #9cbdec

%34
%20
%0
%7

Triadic Colors of #9cbdec

#9cbdec #ec9cbd #bdec9c

Analogous Colors of #9cbdec

#9cbdec #a39cec #9ce5ec

Monochromatic Colors of #9cbdec

#9cbdec

Complementary Color

#9cbdec #eccb9c

#9cbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbdec Color CSS Codes

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

#9cbdec Text Font Color

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

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


#9cbdec Background Color

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

This div background color is #9cbdec


#9cbdec Border Color

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

This div border color is #9cbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbdec


Comments

No comments written yet.

Please login to write comment.