Color Hex Logo

#bcea2e Color Hex

#BCEA2E
(188,234,46)
0 Favorites   0 Comments

Color spaces of #bcea2e

RGB 18823446
HSL0.210.820.55
HSV75°80°92°
CMYK 0.200.000.80   0.08
XYZ50.655069.734313.3750
Yxy69.73430.37870.5213
Hunter Lab83.5071-37.860148.9587
CIE-Lab86.8664-38.007477.9356

#bcea2e color RGB value is (188,234,46).

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

The process color (four color CMYK) of #bcea2e color hex is 0.20, 0.00, 0.80, 0.08. Web safe color of #bcea2e is #ccff33. Color #bcea2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 00101110
Octal 274 352 56
Decimal 188 234 46
Hex BC EA 2E

RGB Percentages of Color #bcea2e

%40.17
%50.00
%9.83

CMYK Percentages of Color #bcea2e

%20
%0
%80
%8

Triadic Colors of #bcea2e

#bcea2e #2ebcea #ea2ebc

Analogous Colors of #bcea2e

#bcea2e #5eea2e #eaba2e

Monochromatic Colors of #bcea2e

#bcea2e

Complementary Color

#bcea2e #5c2eea

#bcea2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea2e Color CSS Codes

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

#bcea2e Text Font Color

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

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


#bcea2e Background Color

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

This div background color is #bcea2e


#bcea2e Border Color

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

This div border color is #bcea2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea2e


Comments

No comments written yet.

Please login to write comment.