Color Hex Logo

#bcfdfa Color Hex

#BCFDFA
(188,253,250)
0 Favorites   0 Comments

Color spaces of #bcfdfa

RGB 188253250
HSL0.490.940.86
HSV177°26°99°
CMYK 0.260.000.01   0.01
XYZ73.119687.8441103.5443
Yxy87.84410.27640.3321
Hunter Lab93.7252-24.76250.1061
CIE-Lab95.0953-20.7151-5.1328

#bcfdfa color RGB value is (188,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11111010
Octal 274 375 372
Decimal 188 253 250
Hex BC FD FA

RGB Percentages of Color #bcfdfa

%27.21
%36.61
%36.18

CMYK Percentages of Color #bcfdfa

%26
%0
%1
%1

Triadic Colors of #bcfdfa

#bcfdfa #fabcfd #fdfabc

Analogous Colors of #bcfdfa

#bcfdfa #bce0fd #bcfdda

Monochromatic Colors of #bcfdfa

#bcfdfa

Complementary Color

#bcfdfa #fdbcbf

#bcfdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdfa Color CSS Codes

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

#bcfdfa Text Font Color

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

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


#bcfdfa Background Color

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

This div background color is #bcfdfa


#bcfdfa Border Color

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

This div border color is #bcfdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdfa


Comments

No comments written yet.

Please login to write comment.