Color Hex Logo

#bcfeb2 Color Hex

#BCFEB2
(188,254,178)
0 Favorites   0 Comments

Color spaces of #bcfeb2

RGB 188254178
HSL0.310.970.85
HSV112°30°100°
CMYK 0.260.000.30   0.00
XYZ64.216784.789355.1009
Yxy84.78930.31460.4154
Hunter Lab92.0811-36.657328.9779
CIE-Lab93.7922-34.503229.9186

#bcfeb2 color RGB value is (188,254,178).

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

The process color (four color CMYK) of #bcfeb2 color hex is 0.26, 0.00, 0.30, 0.00. Web safe color of #bcfeb2 is #ccff99. Color #bcfeb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 10110010
Octal 274 376 262
Decimal 188 254 178
Hex BC FE B2

RGB Percentages of Color #bcfeb2

%30.32
%40.97
%28.71

CMYK Percentages of Color #bcfeb2

%26
%0
%30
%0

Triadic Colors of #bcfeb2

#bcfeb2 #b2bcfe #feb2bc

Analogous Colors of #bcfeb2

#bcfeb2 #b2fece #e2feb2

Monochromatic Colors of #bcfeb2

#bcfeb2

Complementary Color

#bcfeb2 #f4b2fe

#bcfeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfeb2 Color CSS Codes

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

#bcfeb2 Text Font Color

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

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


#bcfeb2 Background Color

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

This div background color is #bcfeb2


#bcfeb2 Border Color

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

This div border color is #bcfeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfeb2


Comments

No comments written yet.

Please login to write comment.