Color Hex Logo

#bcfcfc Color Hex

#BCFCFC
(188,252,252)
0 Favorites   0 Comments

Color spaces of #bcfcfc

RGB 188252252
HSL0.500.910.86
HSV180°25°99°
CMYK 0.250.000.00   0.01
XYZ73.120187.3404105.1000
Yxy87.34040.27530.3289
Hunter Lab93.4561-23.8896-1.2578
CIE-Lab94.8825-19.7970-6.4797

#bcfcfc color RGB value is (188,252,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11111100
Octal 274 374 374
Decimal 188 252 252
Hex BC FC FC

RGB Percentages of Color #bcfcfc

%27.17
%36.42
%36.42

CMYK Percentages of Color #bcfcfc

%25
%0
%0
%1

Triadic Colors of #bcfcfc

#bcfcfc #fcbcfc #fcfcbc

Analogous Colors of #bcfcfc

#bcfcfc #bcdcfc #bcfcdc

Monochromatic Colors of #bcfcfc

#bcfcfc

Complementary Color

#bcfcfc #fcbcbc

#bcfcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcfc Color CSS Codes

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

#bcfcfc Text Font Color

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

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


#bcfcfc Background Color

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

This div background color is #bcfcfc


#bcfcfc Border Color

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

This div border color is #bcfcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.