Color Hex Logo

#bcfafa Color Hex

#BCFAFA
(188,250,250)
0 Favorites   0 Comments

Color spaces of #bcfafa

RGB 188250250
HSL0.500.860.86
HSV180°25°98°
CMYK 0.250.000.00   0.02
XYZ72.180085.9647103.2310
Yxy85.96470.27620.3289
Hunter Lab92.7172-23.2933-1.1113
CIE-Lab94.2973-19.2463-6.3101

#bcfafa color RGB value is (188,250,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 11111010
Octal 274 372 372
Decimal 188 250 250
Hex BC FA FA

RGB Percentages of Color #bcfafa

%27.33
%36.34
%36.34

CMYK Percentages of Color #bcfafa

%25
%0
%0
%2

Triadic Colors of #bcfafa

#bcfafa #fabcfa #fafabc

Analogous Colors of #bcfafa

#bcfafa #bcdbfa #bcfadb

Monochromatic Colors of #bcfafa

#bcfafa

Complementary Color

#bcfafa #fabcbc

#bcfafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfafa Color CSS Codes

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

#bcfafa Text Font Color

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

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


#bcfafa Background Color

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

This div background color is #bcfafa


#bcfafa Border Color

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

This div border color is #bcfafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfafa

Related Colors


Comments

No comments written yet.

Please login to write comment.