Color Hex Logo

#bcff6e Color Hex

#BCFF6E
(188,255,110)
0 Favorites   0 Comments

Color spaces of #bcff6e

RGB 188255110
HSL0.241.000.72
HSV88°57°100°
CMYK 0.260.000.57   0.00
XYZ59.313583.337227.7114
Yxy83.33720.34820.4892
Hunter Lab91.2892-43.779045.9046
CIE-Lab93.1619-43.249461.4655

#bcff6e color RGB value is (188,255,110).

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

The process color (four color CMYK) of #bcff6e color hex is 0.26, 0.00, 0.57, 0.00. Web safe color of #bcff6e is #ccff66. Color #bcff6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 01101110
Octal 274 377 156
Decimal 188 255 110
Hex BC FF 6E

RGB Percentages of Color #bcff6e

%34.00
%46.11
%19.89

CMYK Percentages of Color #bcff6e

%26
%0
%57
%0

Triadic Colors of #bcff6e

#bcff6e #6ebcff #ff6ebc

Analogous Colors of #bcff6e

#bcff6e #74ff6e #fffa6e

Monochromatic Colors of #bcff6e

#bcff6e

Complementary Color

#bcff6e #b16eff

#bcff6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcff6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcff6e Color CSS Codes

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

#bcff6e Text Font Color

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

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


#bcff6e Background Color

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

This div background color is #bcff6e


#bcff6e Border Color

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

This div border color is #bcff6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcff6e

Related Colors


Comments

No comments written yet.

Please login to write comment.