Color Hex Logo

#bcfefc Color Hex

#BCFEFC
(188,254,252)
0 Favorites   0 Comments

Color spaces of #bcfefc

RGB 188254252
HSL0.490.970.87
HSV178°26°100°
CMYK 0.260.000.01   0.00
XYZ73.751588.6033105.3105
Yxy88.60330.27550.3310
Hunter Lab94.1293-24.8693-0.4422
CIE-Lab95.4144-20.7747-5.6945

#bcfefc color RGB value is (188,254,252).

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

The process color (four color CMYK) of #bcfefc color hex is 0.26, 0.00, 0.01, 0.00. Web safe color of #bcfefc is #ccffff. Color #bcfefc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 11111100
Octal 274 376 374
Decimal 188 254 252
Hex BC FE FC

RGB Percentages of Color #bcfefc

%27.09
%36.60
%36.31

CMYK Percentages of Color #bcfefc

%26
%0
%1
%0

Triadic Colors of #bcfefc

#bcfefc #fcbcfe #fefcbc

Analogous Colors of #bcfefc

#bcfefc #bcdffe #bcfedb

Monochromatic Colors of #bcfefc

#bcfefc

Complementary Color

#bcfefc #febcbe

#bcfefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfefc Color CSS Codes

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

#bcfefc Text Font Color

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

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


#bcfefc Background Color

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

This div background color is #bcfefc


#bcfefc Border Color

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

This div border color is #bcfefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,254,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 #bcfefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfefc

Related Colors


Comments

No comments written yet.

Please login to write comment.