Color Hex Logo

#bcbdee Color Hex

#BCBDEE
(188,189,238)
0 Favorites   0 Comments

Color spaces of #bcbdee

RGB 188189238
HSL0.660.600.84
HSV239°21°93°
CMYK 0.210.210.00   0.07
XYZ54.369353.259688.3035
Yxy53.25960.27750.2718
Hunter Lab72.97925.2685-20.6544
CIE-Lab78.02809.7645-24.3929

#bcbdee color RGB value is (188,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11101110
Octal 274 275 356
Decimal 188 189 238
Hex BC BD EE

RGB Percentages of Color #bcbdee

%30.57
%30.73
%38.70

CMYK Percentages of Color #bcbdee

%21
%21
%0
%7

Triadic Colors of #bcbdee

#bcbdee #eebcbd #bdeebc

Analogous Colors of #bcbdee

#bcbdee #d4bcee #bcd6ee

Monochromatic Colors of #bcbdee

#bcbdee

Complementary Color

#bcbdee #eeedbc

#bcbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdee Color CSS Codes

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

#bcbdee Text Font Color

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

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


#bcbdee Background Color

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

This div background color is #bcbdee


#bcbdee Border Color

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

This div border color is #bcbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdee


Comments

No comments written yet.

Please login to write comment.