Color Hex Logo

#bccdfe Color Hex

#BCCDFE
(188,205,254)
0 Favorites   0 Comments

Color spaces of #bccdfe

RGB 188205254
HSL0.620.970.87
HSV225°26°100°
CMYK 0.260.190.00   0.00
XYZ60.459861.5098102.4519
Yxy61.50980.26940.2741
Hunter Lab78.42820.3552-22.5517
CIE-Lab82.65204.7865-25.8925

#bccdfe color RGB value is (188,205,254).

#bccdfe hex color red value is 188, green value is 205 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bccdfe hue: 0.62 , saturation: 0.97 and the lightness value of bccdfe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11111110
Octal 274 315 376
Decimal 188 205 254
Hex BC CD FE

RGB Percentages of Color #bccdfe

%29.06
%31.68
%39.26

CMYK Percentages of Color #bccdfe

%26
%19
%0
%0

Triadic Colors of #bccdfe

#bccdfe #febccd #cdfebc

Analogous Colors of #bccdfe

#bccdfe #ccbcfe #bceefe

Monochromatic Colors of #bccdfe

#bccdfe

Complementary Color

#bccdfe #feedbc

#bccdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdfe Color CSS Codes

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

#bccdfe Text Font Color

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

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


#bccdfe Background Color

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

This div background color is #bccdfe


#bccdfe Border Color

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

This div border color is #bccdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdfe


Comments

No comments written yet.

Please login to write comment.