Color Hex Logo

#bcfbda Color Hex

#BCFBDA
(188,251,218)
0 Favorites   0 Comments

Color spaces of #bcfbda

RGB 188251218
HSL0.410.890.86
HSV149°25°98°
CMYK 0.250.000.13   0.02
XYZ67.891184.747779.1094
Yxy84.74770.29300.3657
Hunter Lab92.0585-29.462613.4908
CIE-Lab93.7743-26.21249.4675

#bcfbda color RGB value is (188,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 11011010
Octal 274 373 332
Decimal 188 251 218
Hex BC FB DA

RGB Percentages of Color #bcfbda

%28.61
%38.20
%33.18

CMYK Percentages of Color #bcfbda

%25
%0
%13
%2

Triadic Colors of #bcfbda

#bcfbda #dabcfb #fbdabc

Analogous Colors of #bcfbda

#bcfbda #bcfbfa #befbbc

Monochromatic Colors of #bcfbda

#bcfbda

Complementary Color

#bcfbda #fbbcdd

#bcfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfbda Color CSS Codes

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

#bcfbda Text Font Color

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

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


#bcfbda Background Color

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

This div background color is #bcfbda


#bcfbda Border Color

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

This div border color is #bcfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfbda

Related Colors


Comments

No comments written yet.

Please login to write comment.