Color Hex Logo

#bcff8e Color Hex

#BCFF8E
(188,255,142)
0 Favorites   0 Comments

Color spaces of #bcff8e

RGB 188255142
HSL0.271.000.78
HSV96°44°100°
CMYK 0.260.000.44   0.00
XYZ61.381584.164438.6014
Yxy84.16440.33330.4570
Hunter Lab91.7412-41.117639.2717
CIE-Lab93.5219-39.892047.2804

#bcff8e color RGB value is (188,255,142).

#bcff8e hex color red value is 188, green value is 255 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bcff8e hue: 0.27 , saturation: 1.00 and the lightness value of bcff8e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 10001110
Octal 274 377 216
Decimal 188 255 142
Hex BC FF 8E

RGB Percentages of Color #bcff8e

%32.14
%43.59
%24.27

CMYK Percentages of Color #bcff8e

%26
%0
%44
%0

Triadic Colors of #bcff8e

#bcff8e #8ebcff #ff8ebc

Analogous Colors of #bcff8e

#bcff8e #8eff99 #f5ff8e

Monochromatic Colors of #bcff8e

#bcff8e

Complementary Color

#bcff8e #d18eff

#bcff8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcff8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcff8e Color CSS Codes

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

#bcff8e Text Font Color

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

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


#bcff8e Background Color

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

This div background color is #bcff8e


#bcff8e Border Color

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

This div border color is #bcff8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcff8e


Comments

No comments written yet.

Please login to write comment.