Color Hex Logo

#bcfdfb Color Hex

#BCFDFB
(188,253,251)
0 Favorites   0 Comments

Color spaces of #bcfdfb

RGB 188253251
HSL0.490.940.86
HSV178°26°99°
CMYK 0.260.000.01   0.01
XYZ73.276987.9070104.3724
Yxy87.90700.27590.3310
Hunter Lab93.7587-24.5716-0.3706
CIE-Lab95.1218-20.5011-5.6100

#bcfdfb color RGB value is (188,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11111011
Octal 274 375 373
Decimal 188 253 251
Hex BC FD FB

RGB Percentages of Color #bcfdfb

%27.17
%36.56
%36.27

CMYK Percentages of Color #bcfdfb

%26
%0
%1
%1

Triadic Colors of #bcfdfb

#bcfdfb #fbbcfd #fdfbbc

Analogous Colors of #bcfdfb

#bcfdfb #bcdffd #bcfddb

Monochromatic Colors of #bcfdfb

#bcfdfb

Complementary Color

#bcfdfb #fdbcbe

#bcfdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdfb Color CSS Codes

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

#bcfdfb Text Font Color

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

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


#bcfdfb Background Color

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

This div background color is #bcfdfb


#bcfdfb Border Color

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

This div border color is #bcfdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdfb

Related Colors

#bcfdfb Color Palettes


Comments

No comments written yet.

Please login to write comment.