Color Hex Logo

#bcfe8d Color Hex

#BCFE8D
(188,254,141)
0 Favorites   0 Comments

Color spaces of #bcfe8d

RGB 188254141
HSL0.260.980.77
HSV95°44°100°
CMYK 0.260.000.44   0.00
XYZ60.988683.498138.1016
Yxy83.49810.33400.4573
Hunter Lab91.3773-40.772739.2419
CIE-Lab93.2321-39.567047.3944

#bcfe8d color RGB value is (188,254,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 10001101
Octal 274 376 215
Decimal 188 254 141
Hex BC FE 8D

RGB Percentages of Color #bcfe8d

%32.25
%43.57
%24.19

CMYK Percentages of Color #bcfe8d

%26
%0
%44
%0

Triadic Colors of #bcfe8d

#bcfe8d #8dbcfe #fe8dbc

Analogous Colors of #bcfe8d

#bcfe8d #8dfe97 #f5fe8d

Monochromatic Colors of #bcfe8d

#bcfe8d

Complementary Color

#bcfe8d #cf8dfe

#bcfe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfe8d Color CSS Codes

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

#bcfe8d Text Font Color

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

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


#bcfe8d Background Color

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

This div background color is #bcfe8d


#bcfe8d Border Color

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

This div border color is #bcfe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfe8d


Comments

No comments written yet.

Please login to write comment.