Color Hex Logo

#bcbcea Color Hex

#BCBCEA
(188,188,234)
0 Favorites   0 Comments

Color spaces of #bcbcea

RGB 188188234
HSL0.670.520.83
HSV240°20°92°
CMYK 0.200.200.00   0.08
XYZ53.573552.598385.1708
Yxy52.59830.28000.2749
Hunter Lab72.52474.9386-18.8611
CIE-Lab77.63729.4139-22.8345

#bcbcea color RGB value is (188,188,234).

#bcbcea hex color red value is 188, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcbcea hue: 0.67 , saturation: 0.52 and the lightness value of bcbcea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11101010
Octal 274 274 352
Decimal 188 188 234
Hex BC BC EA

RGB Percentages of Color #bcbcea

%30.82
%30.82
%38.36

CMYK Percentages of Color #bcbcea

%20
%20
%0
%8

Triadic Colors of #bcbcea

#bcbcea #eabcbc #bceabc

Analogous Colors of #bcbcea

#bcbcea #d3bcea #bcd3ea

Monochromatic Colors of #bcbcea

#bcbcea

Complementary Color

#bcbcea #eaeabc

#bcbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcea Color CSS Codes

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

#bcbcea Text Font Color

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

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


#bcbcea Background Color

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

This div background color is #bcbcea


#bcbcea Border Color

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

This div border color is #bcbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcea


Comments

No comments written yet.

Please login to write comment.