Color Hex Logo

#bcf140 Color Hex

#BCF140
(188,241,64)
0 Favorites   0 Comments

Color spaces of #bcf140

RGB 18824164
HSL0.220.860.60
HSV78°73°95°
CMYK 0.220.000.73   0.05
XYZ53.119773.972116.3288
Yxy73.97210.37040.5158
Hunter Lab86.0070-40.267148.9485
CIE-Lab88.9093-40.342174.6202

#bcf140 color RGB value is (188,241,64).

#bcf140 hex color red value is 188, green value is 241 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bcf140 hue: 0.22 , saturation: 0.86 and the lightness value of bcf140 is 0.60.

The process color (four color CMYK) of #bcf140 color hex is 0.22, 0.00, 0.73, 0.05. Web safe color of #bcf140 is #ccff33. Color #bcf140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 01000000
Octal 274 361 100
Decimal 188 241 64
Hex BC F1 40

RGB Percentages of Color #bcf140

%38.13
%48.88
%12.98

CMYK Percentages of Color #bcf140

%22
%0
%73
%5

Triadic Colors of #bcf140

#bcf140 #40bcf1 #f140bc

Analogous Colors of #bcf140

#bcf140 #64f140 #f1ce40

Monochromatic Colors of #bcf140

#bcf140

Complementary Color

#bcf140 #7540f1

#bcf140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf140 Color CSS Codes

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

#bcf140 Text Font Color

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

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


#bcf140 Background Color

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

This div background color is #bcf140


#bcf140 Border Color

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

This div border color is #bcf140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf140


Comments

No comments written yet.

Please login to write comment.