Color Hex Logo

#bcee0e Color Hex

#BCEE0E
(188,238,14)
0 Favorites   0 Comments

Color spaces of #bcee0e

RGB 18823814
HSL0.200.890.49
HSV73°94°93°
CMYK 0.210.000.94   0.07
XYZ51.392871.872111.5795
Yxy71.87210.38110.5330
Hunter Lab84.7774-40.152251.2459
CIE-Lab87.9070-40.534184.3940

#bcee0e color RGB value is (188,238,14).

#bcee0e hex color red value is 188, green value is 238 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bcee0e hue: 0.20 , saturation: 0.89 and the lightness value of bcee0e is 0.49.

The process color (four color CMYK) of #bcee0e color hex is 0.21, 0.00, 0.94, 0.07. Web safe color of #bcee0e is #ccff00. Color #bcee0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 00001110
Octal 274 356 16
Decimal 188 238 14
Hex BC EE E

RGB Percentages of Color #bcee0e

%42.73
%54.09
%3.18

CMYK Percentages of Color #bcee0e

%21
%0
%94
%7

Triadic Colors of #bcee0e

#bcee0e #0ebcee #ee0ebc

Analogous Colors of #bcee0e

#bcee0e #4cee0e #eeb00e

Monochromatic Colors of #bcee0e

#bcee0e

Complementary Color

#bcee0e #400eee

#bcee0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee0e Color CSS Codes

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

#bcee0e Text Font Color

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

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


#bcee0e Background Color

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

This div background color is #bcee0e


#bcee0e Border Color

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

This div border color is #bcee0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee0e


Comments

No comments written yet.

Please login to write comment.