Color Hex Logo

#9cbcec Color Hex

#9CBCEC
(156,188,236)
0 Favorites   0 Comments

Color spaces of #9cbcec

RGB 156188236
HSL0.600.680.77
HSV216°34°93°
CMYK 0.340.200.00   0.07
XYZ46.833849.090586.3639
Yxy49.09050.25690.2693
Hunter Lab70.0646-3.2970-24.0375
CIE-Lab75.50760.4918-27.3628

#9cbcec color RGB value is (156,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 11101100
Octal 234 274 354
Decimal 156 188 236
Hex 9C BC EC

RGB Percentages of Color #9cbcec

%26.90
%32.41
%40.69

CMYK Percentages of Color #9cbcec

%34
%20
%0
%7

Triadic Colors of #9cbcec

#9cbcec #ec9cbc #bcec9c

Analogous Colors of #9cbcec

#9cbcec #a49cec #9ce4ec

Monochromatic Colors of #9cbcec

#9cbcec

Complementary Color

#9cbcec #eccc9c

#9cbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbcec Color CSS Codes

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

#9cbcec Text Font Color

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

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


#9cbcec Background Color

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

This div background color is #9cbcec


#9cbcec Border Color

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

This div border color is #9cbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbcec


Comments

No comments written yet.

Please login to write comment.