Color Hex Logo

#bcbcfd Color Hex

#BCBCFD
(188,188,253)
0 Favorites   0 Comments

Color spaces of #bcbcfd

RGB 188188253
HSL0.670.940.86
HSV240°26°99°
CMYK 0.260.260.00   0.01
XYZ56.451953.7497100.3279
Yxy53.74970.26810.2553
Hunter Lab73.31429.1451-29.8164
CIE-Lab78.315613.7584-32.0054

#bcbcfd color RGB value is (188,188,253).

#bcbcfd hex color red value is 188, green value is 188 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bcbcfd hue: 0.67 , saturation: 0.94 and the lightness value of bcbcfd is 0.86.

The process color (four color CMYK) of #bcbcfd color hex is 0.26, 0.26, 0.00, 0.01. Web safe color of #bcbcfd is #ccccff. Color #bcbcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11111101
Octal 274 274 375
Decimal 188 188 253
Hex BC BC FD

RGB Percentages of Color #bcbcfd

%29.89
%29.89
%40.22

CMYK Percentages of Color #bcbcfd

%26
%26
%0
%1

Triadic Colors of #bcbcfd

#bcbcfd #fdbcbc #bcfdbc

Analogous Colors of #bcbcfd

#bcbcfd #ddbcfd #bcddfd

Monochromatic Colors of #bcbcfd

#bcbcfd

Complementary Color

#bcbcfd #fdfdbc

#bcbcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcfd Color CSS Codes

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

#bcbcfd Text Font Color

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

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


#bcbcfd Background Color

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

This div background color is #bcbcfd


#bcbcfd Border Color

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

This div border color is #bcbcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcfd


Comments

No comments written yet.

Please login to write comment.