Color Hex Logo

#bcecfc Color Hex

#BCECFC
(188,236,252)
0 Favorites   0 Comments

Color spaces of #bcecfc

RGB 188236252
HSL0.540.910.86
HSV195°25°99°
CMYK 0.250.060.00   0.01
XYZ68.305277.7105103.4950
Yxy77.71050.27380.3115
Hunter Lab88.1536-15.9592-7.9008
CIE-Lab90.6476-11.8286-12.7699

#bcecfc color RGB value is (188,236,252).

#bcecfc hex color red value is 188, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bcecfc hue: 0.54 , saturation: 0.91 and the lightness value of bcecfc is 0.86.

The process color (four color CMYK) of #bcecfc color hex is 0.25, 0.06, 0.00, 0.01. Web safe color of #bcecfc is #ccffff. Color #bcecfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11111100
Octal 274 354 374
Decimal 188 236 252
Hex BC EC FC

RGB Percentages of Color #bcecfc

%27.81
%34.91
%37.28

CMYK Percentages of Color #bcecfc

%25
%6
%0
%1

Triadic Colors of #bcecfc

#bcecfc #fcbcec #ecfcbc

Analogous Colors of #bcecfc

#bcecfc #bcccfc #bcfcec

Monochromatic Colors of #bcecfc

#bcecfc

Complementary Color

#bcecfc #fcccbc

#bcecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecfc Color CSS Codes

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

#bcecfc Text Font Color

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

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


#bcecfc Background Color

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

This div background color is #bcecfc


#bcecfc Border Color

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

This div border color is #bcecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecfc


Comments

No comments written yet.

Please login to write comment.