Color Hex Logo

#bcef2e Color Hex

#BCEF2E
(188,239,46)
0 Favorites   0 Comments

Color spaces of #bcef2e

RGB 18823946
HSL0.210.860.56
HSV76°81°94°
CMYK 0.210.000.81   0.06
XYZ52.098772.621613.8563
Yxy72.62160.37600.5241
Hunter Lab85.2183-40.005050.0124
CIE-Lab88.2669-40.229179.1719

#bcef2e color RGB value is (188,239,46).

#bcef2e hex color red value is 188, green value is 239 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bcef2e hue: 0.21 , saturation: 0.86 and the lightness value of bcef2e is 0.56.

The process color (four color CMYK) of #bcef2e color hex is 0.21, 0.00, 0.81, 0.06. Web safe color of #bcef2e is #ccff33. Color #bcef2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 00101110
Octal 274 357 56
Decimal 188 239 46
Hex BC EF 2E

RGB Percentages of Color #bcef2e

%39.75
%50.53
%9.73

CMYK Percentages of Color #bcef2e

%21
%0
%81
%6

Triadic Colors of #bcef2e

#bcef2e #2ebcef #ef2ebc

Analogous Colors of #bcef2e

#bcef2e #5bef2e #efc22e

Monochromatic Colors of #bcef2e

#bcef2e

Complementary Color

#bcef2e #612eef

#bcef2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef2e Color CSS Codes

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

#bcef2e Text Font Color

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

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


#bcef2e Background Color

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

This div background color is #bcef2e


#bcef2e Border Color

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

This div border color is #bcef2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,239,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 #bcef2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef2e


Comments

No comments written yet.

Please login to write comment.