Color Hex Logo

#bcfffc Color Hex

#BCFFFC
(188,255,252)
0 Favorites   0 Comments

Color spaces of #bcfffc

RGB 188255252
HSL0.491.000.87
HSV177°26°100°
CMYK 0.260.000.01   0.00
XYZ74.069789.2396105.4165
Yxy89.23960.27560.3321
Hunter Lab94.4667-25.3580-0.0357
CIE-Lab95.6805-21.2617-5.3021

#bcfffc color RGB value is (188,255,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 11111100
Octal 274 377 374
Decimal 188 255 252
Hex BC FF FC

RGB Percentages of Color #bcfffc

%27.05
%36.69
%36.26

CMYK Percentages of Color #bcfffc

%26
%0
%1
%0

Triadic Colors of #bcfffc

#bcfffc #fcbcff #fffcbc

Analogous Colors of #bcfffc

#bcfffc #bce1ff #bcffdb

Monochromatic Colors of #bcfffc

#bcfffc

Complementary Color

#bcfffc #ffbcbf

#bcfffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfffc Color CSS Codes

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

#bcfffc Text Font Color

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

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


#bcfffc Background Color

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

This div background color is #bcfffc


#bcfffc Border Color

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

This div border color is #bcfffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfffc

Related Colors


Comments

No comments written yet.

Please login to write comment.