Color Hex Logo

#b5bcef Color Hex

#B5BCEF
(181,188,239)
0 Favorites   0 Comments

Color spaces of #b5bcef

RGB 181188239
HSL0.650.640.82
HSV233°24°94°
CMYK 0.240.210.00   0.06
XYZ52.619352.022288.9293
Yxy52.02220.27180.2688
Hunter Lab72.12644.0021-22.6140
CIE-Lab77.29418.4260-26.0979

#b5bcef color RGB value is (181,188,239).

#b5bcef hex color red value is 181, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b5bcef hue: 0.65 , saturation: 0.64 and the lightness value of b5bcef is 0.82.

The process color (four color CMYK) of #b5bcef color hex is 0.24, 0.21, 0.00, 0.06. Web safe color of #b5bcef is #ccccff. Color #b5bcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111100 11101111
Octal 265 274 357
Decimal 181 188 239
Hex B5 BC EF

RGB Percentages of Color #b5bcef

%29.77
%30.92
%39.31

CMYK Percentages of Color #b5bcef

%24
%21
%0
%6

Triadic Colors of #b5bcef

#b5bcef #efb5bc #bcefb5

Analogous Colors of #b5bcef

#b5bcef #cbb5ef #b5d9ef

Monochromatic Colors of #b5bcef

#b5bcef

Complementary Color

#b5bcef #efe8b5

#b5bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bcef Color CSS Codes

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

#b5bcef Text Font Color

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

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


#b5bcef Background Color

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

This div background color is #b5bcef


#b5bcef Border Color

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

This div border color is #b5bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bcef


Comments

No comments written yet.

Please login to write comment.