Color Hex Logo

#bcf82e Color Hex

#BCF82E
(188,248,46)
0 Favorites   0 Comments

Color spaces of #bcf82e

RGB 18824846
HSL0.220.940.58
HSV78°81°97°
CMYK 0.240.000.81   0.03
XYZ54.799678.023414.7566
Yxy78.02340.37130.5287
Hunter Lab88.3309-43.839351.9266
CIE-Lab90.7906-44.154581.3898

#bcf82e color RGB value is (188,248,46).

#bcf82e hex color red value is 188, green value is 248 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bcf82e hue: 0.22 , saturation: 0.94 and the lightness value of bcf82e is 0.58.

The process color (four color CMYK) of #bcf82e color hex is 0.24, 0.00, 0.81, 0.03. Web safe color of #bcf82e is #ccff33. Color #bcf82e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 00101110
Octal 274 370 56
Decimal 188 248 46
Hex BC F8 2E

RGB Percentages of Color #bcf82e

%39.00
%51.45
%9.54

CMYK Percentages of Color #bcf82e

%24
%0
%81
%3

Triadic Colors of #bcf82e

#bcf82e #2ebcf8 #f82ebc

Analogous Colors of #bcf82e

#bcf82e #57f82e #f8cf2e

Monochromatic Colors of #bcf82e

#bcf82e

Complementary Color

#bcf82e #6a2ef8

#bcf82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf82e Color CSS Codes

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

#bcf82e Text Font Color

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

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


#bcf82e Background Color

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

This div background color is #bcf82e


#bcf82e Border Color

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

This div border color is #bcf82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf82e


Comments

No comments written yet.

Please login to write comment.