Color Hex Logo

#bcff7c Color Hex

#BCFF7C
(188,255,124)
0 Favorites   0 Comments

Color spaces of #bcff7c

RGB 188255124
HSL0.251.000.74
HSV91°51°100°
CMYK 0.260.000.51   0.00
XYZ60.137183.666632.0485
Yxy83.66660.34200.4758
Hunter Lab91.4694-42.715743.2550
CIE-Lab93.3055-41.900055.4187

#bcff7c color RGB value is (188,255,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 01111100
Octal 274 377 174
Decimal 188 255 124
Hex BC FF 7C

RGB Percentages of Color #bcff7c

%33.16
%44.97
%21.87

CMYK Percentages of Color #bcff7c

%26
%0
%51
%0

Triadic Colors of #bcff7c

#bcff7c #7cbcff #ff7cbc

Analogous Colors of #bcff7c

#bcff7c #7cff7e #feff7c

Monochromatic Colors of #bcff7c

#bcff7c

Complementary Color

#bcff7c #bf7cff

#bcff7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcff7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcff7c Color CSS Codes

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

#bcff7c Text Font Color

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

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


#bcff7c Background Color

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

This div background color is #bcff7c


#bcff7c Border Color

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

This div border color is #bcff7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcff7c

Related Colors

#bcff7c Color Palettes


Comments

No comments written yet.

Please login to write comment.