Color Hex Logo

#bcbeec Color Hex

#BCBEEC
(188,190,236)
0 Favorites   0 Comments

Color spaces of #bcbeec

RGB 188190236
HSL0.660.560.83
HSV238°20°93°
CMYK 0.200.190.00   0.07
XYZ54.292853.574486.8362
Yxy53.57440.27880.2752
Hunter Lab73.19454.3138-19.1040
CIE-Lab78.21298.7728-23.0353

#bcbeec color RGB value is (188,190,236).

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

The process color (four color CMYK) of #bcbeec color hex is 0.20, 0.19, 0.00, 0.07. Web safe color of #bcbeec is #ccccff. Color #bcbeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11101100
Octal 274 276 354
Decimal 188 190 236
Hex BC BE EC

RGB Percentages of Color #bcbeec

%30.62
%30.94
%38.44

CMYK Percentages of Color #bcbeec

%20
%19
%0
%7

Triadic Colors of #bcbeec

#bcbeec #ecbcbe #beecbc

Analogous Colors of #bcbeec

#bcbeec #d2bcec #bcd6ec

Monochromatic Colors of #bcbeec

#bcbeec

Complementary Color

#bcbeec #eceabc

#bcbeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbeec Color CSS Codes

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

#bcbeec Text Font Color

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

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


#bcbeec Background Color

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

This div background color is #bcbeec


#bcbeec Border Color

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

This div border color is #bcbeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbeec


Comments

No comments written yet.

Please login to write comment.