Color Hex Logo

#b0bcec Color Hex

#B0BCEC
(176,188,236)
0 Favorites   0 Comments

Color spaces of #b0bcec

RGB 176188236
HSL0.630.610.81
HSV228°25°93°
CMYK 0.250.200.00   0.07
XYZ51.028051.252786.5602
Yxy51.25270.27020.2714
Hunter Lab71.59101.9454-21.5735
CIE-Lab76.83186.2376-25.2198

#b0bcec color RGB value is (176,188,236).

#b0bcec hex color red value is 176, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b0bcec hue: 0.63 , saturation: 0.61 and the lightness value of b0bcec is 0.81.

The process color (four color CMYK) of #b0bcec color hex is 0.25, 0.20, 0.00, 0.07. Web safe color of #b0bcec is #99ccff. Color #b0bcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111100 11101100
Octal 260 274 354
Decimal 176 188 236
Hex B0 BC EC

RGB Percentages of Color #b0bcec

%29.33
%31.33
%39.33

CMYK Percentages of Color #b0bcec

%25
%20
%0
%7

Triadic Colors of #b0bcec

#b0bcec #ecb0bc #bcecb0

Analogous Colors of #b0bcec

#b0bcec #c2b0ec #b0daec

Monochromatic Colors of #b0bcec

#b0bcec

Complementary Color

#b0bcec #ece0b0

#b0bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bcec Color CSS Codes

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

#b0bcec Text Font Color

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

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


#b0bcec Background Color

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

This div background color is #b0bcec


#b0bcec Border Color

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

This div border color is #b0bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bcec


Comments

No comments written yet.

Please login to write comment.