Color Hex Logo

#9cbfec Color Hex

#9CBFEC
(156,191,236)
0 Favorites   0 Comments

Color spaces of #9cbfec

RGB 156191236
HSL0.590.680.77
HSV214°34°93°
CMYK 0.340.190.00   0.07
XYZ47.481450.385786.5797
Yxy50.38570.25740.2732
Hunter Lab70.9829-4.8190-22.6296
CIE-Lab76.3054-1.1350-26.1413

#9cbfec color RGB value is (156,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111111 11101100
Octal 234 277 354
Decimal 156 191 236
Hex 9C BF EC

RGB Percentages of Color #9cbfec

%26.76
%32.76
%40.48

CMYK Percentages of Color #9cbfec

%34
%19
%0
%7

Triadic Colors of #9cbfec

#9cbfec #ec9cbf #bfec9c

Analogous Colors of #9cbfec

#9cbfec #a19cec #9ce7ec

Monochromatic Colors of #9cbfec

#9cbfec

Complementary Color

#9cbfec #ecc99c

#9cbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbfec Color CSS Codes

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

#9cbfec Text Font Color

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

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


#9cbfec Background Color

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

This div background color is #9cbfec


#9cbfec Border Color

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

This div border color is #9cbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbfec


Comments

No comments written yet.

Please login to write comment.