Color Hex Logo

#9cbcea Color Hex

#9CBCEA
(156,188,234)
0 Favorites   0 Comments

Color spaces of #9cbcea

RGB 156188234
HSL0.600.650.76
HSV215°33°92°
CMYK 0.330.200.00   0.08
XYZ46.544848.974984.8418
Yxy48.97490.25810.2715
Hunter Lab69.9821-3.7490-22.8920
CIE-Lab75.4357-0.0123-26.3927

#9cbcea color RGB value is (156,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 11101010
Octal 234 274 352
Decimal 156 188 234
Hex 9C BC EA

RGB Percentages of Color #9cbcea

%26.99
%32.53
%40.48

CMYK Percentages of Color #9cbcea

%33
%20
%0
%8

Triadic Colors of #9cbcea

#9cbcea #ea9cbc #bcea9c

Analogous Colors of #9cbcea

#9cbcea #a39cea #9ce3ea

Monochromatic Colors of #9cbcea

#9cbcea

Complementary Color

#9cbcea #eaca9c

#9cbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbcea Color CSS Codes

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

#9cbcea Text Font Color

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

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


#9cbcea Background Color

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

This div background color is #9cbcea


#9cbcea Border Color

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

This div border color is #9cbcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,188,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbcea


Comments

No comments written yet.

Please login to write comment.