Color Hex Logo

#9cbaeb Color Hex

#9CBAEB
(156,186,235)
0 Favorites   0 Comments

Color spaces of #9cbaeb

RGB 156186235
HSL0.600.660.77
HSV217°34°92°
CMYK 0.340.210.00   0.08
XYZ46.264648.183985.4593
Yxy48.18390.25720.2678
Hunter Lab69.4146-2.5060-24.4042
CIE-Lab74.94081.3286-27.6914

#9cbaeb color RGB value is (156,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111010 11101011
Octal 234 272 353
Decimal 156 186 235
Hex 9C BA EB

RGB Percentages of Color #9cbaeb

%27.04
%32.24
%40.73

CMYK Percentages of Color #9cbaeb

%34
%21
%0
%8

Triadic Colors of #9cbaeb

#9cbaeb #eb9cba #baeb9c

Analogous Colors of #9cbaeb

#9cbaeb #a69ceb #9ce2eb

Monochromatic Colors of #9cbaeb

#9cbaeb

Complementary Color

#9cbaeb #ebcd9c

#9cbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbaeb Color CSS Codes

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

#9cbaeb Text Font Color

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

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


#9cbaeb Background Color

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

This div background color is #9cbaeb


#9cbaeb Border Color

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

This div border color is #9cbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbaeb


Comments

No comments written yet.

Please login to write comment.