Color Hex Logo

#9cbdeb Color Hex

#9CBDEB
(156,189,235)
0 Favorites   0 Comments

Color spaces of #9cbdeb

RGB 156189235
HSL0.600.660.77
HSV215°34°92°
CMYK 0.340.200.00   0.08
XYZ46.903349.461385.6722
Yxy49.46130.25770.2717
Hunter Lab70.3287-4.0309-22.9951
CIE-Lab75.7374-0.3035-26.4710

#9cbdeb color RGB value is (156,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111101 11101011
Octal 234 275 353
Decimal 156 189 235
Hex 9C BD EB

RGB Percentages of Color #9cbdeb

%26.90
%32.59
%40.52

CMYK Percentages of Color #9cbdeb

%34
%20
%0
%8

Triadic Colors of #9cbdeb

#9cbdeb #eb9cbd #bdeb9c

Analogous Colors of #9cbdeb

#9cbdeb #a39ceb #9ce5eb

Monochromatic Colors of #9cbdeb

#9cbdeb

Complementary Color

#9cbdeb #ebca9c

#9cbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbdeb Color CSS Codes

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

#9cbdeb Text Font Color

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

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


#9cbdeb Background Color

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

This div background color is #9cbdeb


#9cbdeb Border Color

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

This div border color is #9cbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbdeb


Comments

No comments written yet.

Please login to write comment.