color codes Logo

#b0c9eb color codes

#B0C9EB
(176,201,235)
0 Favorites   0 Comments

Color spaces of #b0c9eb

RGB 176201235
HSL0.600.600.81
HSV215°25°92°
CMYK 0.250.140.00   0.08
XYZ53.786557.001686.7648
Yxy57.00160.27230.2885
Hunter Lab75.4994-4.9588-15.2872
CIE-Lab80.1805-1.0018-19.5921

#b0c9eb color RGB value is (176,201,235).

#b0c9eb hex color red value is 176, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b0c9eb hue: 0.60 , saturation: 0.60 and the lightness value of b0c9eb is 0.81.

The process color (four color CMYK) of #b0c9eb color code is 0.25, 0.14, 0.00, 0.08. Web safe color of #b0c9eb is #99ccff. Color #b0c9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001001 11101011
Octal 260 311 353
Decimal 176 201 235
Hex B0 C9 EB

RGB Percentages of Color #b0c9eb

%28.76
%32.84
%38.40

CMYK Percentages of Color #b0c9eb

%25
%14
%0
%8

Triadic Colors of #b0c9eb

#b0c9eb #ebb0c9 #c9ebb0

Analogous Colors of #b0c9eb

#b0c9eb #b5b0eb #b0e7eb

Monochromatic Colors of #b0c9eb

#b0c9eb

Complementary Color

#b0c9eb #ebd2b0

#b0c9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0c9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0c9eb Color CSS Codes

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

#b0c9eb Text Font Color

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

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


#b0c9eb Background Color

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

This div background color is #b0c9eb


#b0c9eb Border Color

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

This div border color is #b0c9eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,201,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0c9eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0c9eb;
  -webkit-box-shadow: 1px 1px 3px 2px #b0c9eb;
  box-shadow:         1px 1px 3px 2px #b0c9eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,201,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 #b0c9eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0c9eb


Comments

No comments written yet.

Please login to write comment.