Color Hex Logo

#bcbfed Color Hex

#BCBFED
(188,191,237)
0 Favorites   0 Comments

Color spaces of #bcbfed

RGB 188191237
HSL0.660.580.83
HSV236°21°93°
CMYK 0.210.190.00   0.07
XYZ54.655954.067487.6761
Yxy54.06740.27830.2753
Hunter Lab73.53054.0022-19.2246
CIE-Lab78.50108.4537-23.1346

#bcbfed color RGB value is (188,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11101101
Octal 274 277 355
Decimal 188 191 237
Hex BC BF ED

RGB Percentages of Color #bcbfed

%30.52
%31.01
%38.47

CMYK Percentages of Color #bcbfed

%21
%19
%0
%7

Triadic Colors of #bcbfed

#bcbfed #edbcbf #bfedbc

Analogous Colors of #bcbfed

#bcbfed #d2bced #bcd8ed

Monochromatic Colors of #bcbfed

#bcbfed

Complementary Color

#bcbfed #edeabc

#bcbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfed Color CSS Codes

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

#bcbfed Text Font Color

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

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


#bcbfed Background Color

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

This div background color is #bcbfed


#bcbfed Border Color

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

This div border color is #bcbfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfed


Comments

No comments written yet.

Please login to write comment.