Color Hex Logo

#bcef4e Color Hex

#BCEF4E
(188,239,78)
0 Favorites   0 Comments

Color spaces of #bcef4e

RGB 18823978
HSL0.220.830.62
HSV79°67°94°
CMYK 0.210.000.67   0.06
XYZ52.980772.974418.5008
Yxy72.97440.36680.5052
Hunter Lab85.4251-38.788046.9569
CIE-Lab88.4355-38.659469.2866

#bcef4e color RGB value is (188,239,78).

#bcef4e hex color red value is 188, green value is 239 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bcef4e hue: 0.22 , saturation: 0.83 and the lightness value of bcef4e is 0.62.

The process color (four color CMYK) of #bcef4e color hex is 0.21, 0.00, 0.67, 0.06. Web safe color of #bcef4e is #ccff66. Color #bcef4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 01001110
Octal 274 357 116
Decimal 188 239 78
Hex BC EF 4E

RGB Percentages of Color #bcef4e

%37.23
%47.33
%15.45

CMYK Percentages of Color #bcef4e

%21
%0
%67
%6

Triadic Colors of #bcef4e

#bcef4e #4ebcef #ef4ebc

Analogous Colors of #bcef4e

#bcef4e #6cef4e #efd24e

Monochromatic Colors of #bcef4e

#bcef4e

Complementary Color

#bcef4e #814eef

#bcef4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef4e Color CSS Codes

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

#bcef4e Text Font Color

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

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


#bcef4e Background Color

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

This div background color is #bcef4e


#bcef4e Border Color

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

This div border color is #bcef4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef4e


Comments

No comments written yet.

Please login to write comment.