Color Hex Logo

#bcfefb Color Hex

#BCFEFB
(188,254,251)
0 Favorites   0 Comments

Color spaces of #bcfefb

RGB 188254251
HSL0.490.970.87
HSV177°26°100°
CMYK 0.260.000.01   0.00
XYZ73.593488.5400104.4779
Yxy88.54000.27600.3321
Hunter Lab94.0957-25.06040.0351
CIE-Lab95.3879-20.9888-5.2176

#bcfefb color RGB value is (188,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 11111011
Octal 274 376 373
Decimal 188 254 251
Hex BC FE FB

RGB Percentages of Color #bcfefb

%27.13
%36.65
%36.22

CMYK Percentages of Color #bcfefb

%26
%0
%1
%0

Triadic Colors of #bcfefb

#bcfefb #fbbcfe #fefbbc

Analogous Colors of #bcfefb

#bcfefb #bce0fe #bcfeda

Monochromatic Colors of #bcfefb

#bcfefb

Complementary Color

#bcfefb #febcbf

#bcfefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfefb Color CSS Codes

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

#bcfefb Text Font Color

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

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


#bcfefb Background Color

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

This div background color is #bcfefb


#bcfefb Border Color

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

This div border color is #bcfefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfefb

Related Colors


Comments

No comments written yet.

Please login to write comment.