Color Hex Logo

#bcec2a Color Hex

#BCEC2A
(188,236,42)
0 Favorites   0 Comments

Color spaces of #bcec2a

RGB 18823642
HSL0.210.840.55
HSV75°82°93°
CMYK 0.200.000.82   0.07
XYZ51.152470.849413.1698
Yxy70.84940.37840.5241
Hunter Lab84.1721-38.824549.6438
CIE-Lab87.4118-39.035879.3871

#bcec2a color RGB value is (188,236,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 00101010
Octal 274 354 52
Decimal 188 236 42
Hex BC EC 2A

RGB Percentages of Color #bcec2a

%40.34
%50.64
%9.01

CMYK Percentages of Color #bcec2a

%20
%0
%82
%7

Triadic Colors of #bcec2a

#bcec2a #2abcec #ec2abc

Analogous Colors of #bcec2a

#bcec2a #5bec2a #ecbb2a

Monochromatic Colors of #bcec2a

#bcec2a

Complementary Color

#bcec2a #5a2aec

#bcec2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcec2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcec2a Color CSS Codes

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

#bcec2a Text Font Color

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

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


#bcec2a Background Color

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

This div background color is #bcec2a


#bcec2a Border Color

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

This div border color is #bcec2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcec2a


Comments

No comments written yet.

Please login to write comment.