Color Hex Logo

#b7bcef Color Hex

#B7BCEF
(183,188,239)
0 Favorites   0 Comments

Color spaces of #b7bcef

RGB 183188239
HSL0.650.640.83
HSV235°23°94°
CMYK 0.230.210.00   0.06
XYZ53.091652.265788.9514
Yxy52.26570.27320.2690
Hunter Lab72.29504.5695-22.3436
CIE-Lab77.43949.0243-25.8628

#b7bcef color RGB value is (183,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111100 11101111
Octal 267 274 357
Decimal 183 188 239
Hex B7 BC EF

RGB Percentages of Color #b7bcef

%30.00
%30.82
%39.18

CMYK Percentages of Color #b7bcef

%23
%21
%0
%6

Triadic Colors of #b7bcef

#b7bcef #efb7bc #bcefb7

Analogous Colors of #b7bcef

#b7bcef #ceb7ef #b7d8ef

Monochromatic Colors of #b7bcef

#b7bcef

Complementary Color

#b7bcef #efeab7

#b7bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bcef Color CSS Codes

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

#b7bcef Text Font Color

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

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


#b7bcef Background Color

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

This div background color is #b7bcef


#b7bcef Border Color

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

This div border color is #b7bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bcef


Comments

No comments written yet.

Please login to write comment.