Color Hex Logo

#bcbeef Color Hex

#BCBEEF
(188,190,239)
0 Favorites   0 Comments

Color spaces of #bcbeef

RGB 188190239
HSL0.660.610.84
HSV238°21°94°
CMYK 0.210.210.00   0.06
XYZ54.732553.750389.1515
Yxy53.75030.27690.2720
Hunter Lab73.31464.9574-20.7772
CIE-Lab78.31599.4458-24.4917

#bcbeef color RGB value is (188,190,239).

#bcbeef hex color red value is 188, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bcbeef hue: 0.66 , saturation: 0.61 and the lightness value of bcbeef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11101111
Octal 274 276 357
Decimal 188 190 239
Hex BC BE EF

RGB Percentages of Color #bcbeef

%30.47
%30.79
%38.74

CMYK Percentages of Color #bcbeef

%21
%21
%0
%6

Triadic Colors of #bcbeef

#bcbeef #efbcbe #beefbc

Analogous Colors of #bcbeef

#bcbeef #d4bcef #bcd8ef

Monochromatic Colors of #bcbeef

#bcbeef

Complementary Color

#bcbeef #efedbc

#bcbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbeef Color CSS Codes

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

#bcbeef Text Font Color

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

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


#bcbeef Background Color

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

This div background color is #bcbeef


#bcbeef Border Color

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

This div border color is #bcbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbeef


Comments

No comments written yet.

Please login to write comment.