Color Hex Logo

#bcec1d Color Hex

#BCEC1D
(188,236,29)
0 Favorites   0 Comments

Color spaces of #bcec1d

RGB 18823629
HSL0.210.840.52
HSV74°88°93°
CMYK 0.200.000.88   0.07
XYZ50.956370.771012.1369
Yxy70.77100.38070.5287
Hunter Lab84.1255-39.099050.3340
CIE-Lab87.3736-39.391781.9778

#bcec1d color RGB value is (188,236,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 00011101
Octal 274 354 35
Decimal 188 236 29
Hex BC EC 1D

RGB Percentages of Color #bcec1d

%41.50
%52.10
%6.40

CMYK Percentages of Color #bcec1d

%20
%0
%88
%7

Triadic Colors of #bcec1d

#bcec1d #1dbcec #ec1dbc

Analogous Colors of #bcec1d

#bcec1d #55ec1d #ecb51d

Monochromatic Colors of #bcec1d

#bcec1d

Complementary Color

#bcec1d #4d1dec

#bcec1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec1d Color CSS Codes

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

#bcec1d Text Font Color

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

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


#bcec1d Background Color

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

This div background color is #bcec1d


#bcec1d Border Color

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

This div border color is #bcec1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec1d


Comments

No comments written yet.

Please login to write comment.