Color Hex Logo

#bcec1e Color Hex

#BCEC1E
(188,236,30)
0 Favorites   0 Comments

Color spaces of #bcec1e

RGB 18823630
HSL0.210.840.52
HSV74°87°93°
CMYK 0.200.000.87   0.07
XYZ50.968870.776012.2031
Yxy70.77600.38050.5284
Hunter Lab84.1285-39.081550.2897
CIE-Lab87.3761-39.368981.8073

#bcec1e color RGB value is (188,236,30).

#bcec1e hex color red value is 188, green value is 236 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bcec1e hue: 0.21 , saturation: 0.84 and the lightness value of bcec1e is 0.52.

The process color (four color CMYK) of #bcec1e color hex is 0.20, 0.00, 0.87, 0.07. Web safe color of #bcec1e is #ccff33. Color #bcec1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 00011110
Octal 274 354 36
Decimal 188 236 30
Hex BC EC 1E

RGB Percentages of Color #bcec1e

%41.41
%51.98
%6.61

CMYK Percentages of Color #bcec1e

%20
%0
%87
%7

Triadic Colors of #bcec1e

#bcec1e #1ebcec #ec1ebc

Analogous Colors of #bcec1e

#bcec1e #55ec1e #ecb51e

Monochromatic Colors of #bcec1e

#bcec1e

Complementary Color

#bcec1e #4e1eec

#bcec1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec1e Color CSS Codes

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

#bcec1e Text Font Color

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

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


#bcec1e Background Color

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

This div background color is #bcec1e


#bcec1e Border Color

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

This div border color is #bcec1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec1e


Comments

No comments written yet.

Please login to write comment.