Color Hex Logo

#bcfea7 Color Hex

#BCFEA7
(188,254,167)
0 Favorites   0 Comments

Color spaces of #bcfea7

RGB 188254167
HSL0.290.980.83
HSV106°34°100°
CMYK 0.260.000.34   0.00
XYZ63.155984.365049.5146
Yxy84.36500.32050.4282
Hunter Lab91.8504-38.002532.3333
CIE-Lab93.6088-36.141735.1814

#bcfea7 color RGB value is (188,254,167).

#bcfea7 hex color red value is 188, green value is 254 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #bcfea7 hue: 0.29 , saturation: 0.98 and the lightness value of bcfea7 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 10100111
Octal 274 376 247
Decimal 188 254 167
Hex BC FE A7

RGB Percentages of Color #bcfea7

%30.87
%41.71
%27.42

CMYK Percentages of Color #bcfea7

%26
%0
%34
%0

Triadic Colors of #bcfea7

#bcfea7 #a7bcfe #fea7bc

Analogous Colors of #bcfea7

#bcfea7 #a7febe #e8fea7

Monochromatic Colors of #bcfea7

#bcfea7

Complementary Color

#bcfea7 #e9a7fe

#bcfea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfea7 Color CSS Codes

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

#bcfea7 Text Font Color

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

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


#bcfea7 Background Color

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

This div background color is #bcfea7


#bcfea7 Border Color

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

This div border color is #bcfea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfea7


Comments

No comments written yet.

Please login to write comment.