Color Hex Logo

#bcfeba Color Hex

#BCFEBA
(188,254,186)
0 Favorites   0 Comments

Color spaces of #bcfeba

RGB 188254186
HSL0.330.970.86
HSV118°27°100°
CMYK 0.260.000.27   0.00
XYZ65.043885.120259.4560
Yxy85.12020.31030.4061
Hunter Lab92.2606-35.613426.3739
CIE-Lab93.9349-33.242426.0715

#bcfeba color RGB value is (188,254,186).

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

The process color (four color CMYK) of #bcfeba color hex is 0.26, 0.00, 0.27, 0.00. Web safe color of #bcfeba is #ccffcc. Color #bcfeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 10111010
Octal 274 376 272
Decimal 188 254 186
Hex BC FE BA

RGB Percentages of Color #bcfeba

%29.94
%40.45
%29.62

CMYK Percentages of Color #bcfeba

%26
%0
%27
%0

Triadic Colors of #bcfeba

#bcfeba #babcfe #febabc

Analogous Colors of #bcfeba

#bcfeba #bafeda #defeba

Monochromatic Colors of #bcfeba

#bcfeba

Complementary Color

#bcfeba #fcbafe

#bcfeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfeba Color CSS Codes

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

#bcfeba Text Font Color

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

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


#bcfeba Background Color

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

This div background color is #bcfeba


#bcfeba Border Color

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

This div border color is #bcfeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfeba


Comments

No comments written yet.

Please login to write comment.