Color Hex Logo

#bcfafc Color Hex

#BCFAFC
(188,250,252)
0 Favorites   0 Comments

Color spaces of #bcfafc

RGB 188250252
HSL0.510.910.86
HSV182°25°99°
CMYK 0.250.010.00   0.01
XYZ72.495386.0909104.8917
Yxy86.09090.27510.3267
Hunter Lab92.7852-22.9077-2.0765
CIE-Lab94.3512-18.8156-7.2650

#bcfafc color RGB value is (188,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 11111100
Octal 274 372 374
Decimal 188 250 252
Hex BC FA FC

RGB Percentages of Color #bcfafc

%27.25
%36.23
%36.52

CMYK Percentages of Color #bcfafc

%25
%1
%0
%1

Triadic Colors of #bcfafc

#bcfafc #fcbcfa #fafcbc

Analogous Colors of #bcfafc

#bcfafc #bcdafc #bcfcde

Monochromatic Colors of #bcfafc

#bcfafc

Complementary Color

#bcfafc #fcbebc

#bcfafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfafc Color CSS Codes

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

#bcfafc Text Font Color

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

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


#bcfafc Background Color

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

This div background color is #bcfafc


#bcfafc Border Color

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

This div border color is #bcfafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfafc

Related Colors


Comments

No comments written yet.

Please login to write comment.