Color Hex Logo

#b8bcef Color Hex

#B8BCEF
(184,188,239)
0 Favorites   0 Comments

Color spaces of #b8bcef

RGB 184188239
HSL0.650.630.83
HSV236°23°94°
CMYK 0.230.210.00   0.06
XYZ53.330452.388888.9626
Yxy52.38880.27390.2691
Hunter Lab72.38014.8554-22.2074
CIE-Lab77.51279.3248-25.7442

#b8bcef color RGB value is (184,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111100 11101111
Octal 270 274 357
Decimal 184 188 239
Hex B8 BC EF

RGB Percentages of Color #b8bcef

%30.11
%30.77
%39.12

CMYK Percentages of Color #b8bcef

%23
%21
%0
%6

Triadic Colors of #b8bcef

#b8bcef #efb8bc #bcefb8

Analogous Colors of #b8bcef

#b8bcef #d0b8ef #b8d8ef

Monochromatic Colors of #b8bcef

#b8bcef

Complementary Color

#b8bcef #efebb8

#b8bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bcef Color CSS Codes

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

#b8bcef Text Font Color

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

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


#b8bcef Background Color

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

This div background color is #b8bcef


#b8bcef Border Color

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

This div border color is #b8bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bcef


Comments

No comments written yet.

Please login to write comment.