Color Hex Logo

#bce40e Color Hex

#BCE40E
(188,228,14)
0 Favorites   0 Comments

Color spaces of #bce40e

RGB 18822814
HSL0.200.880.47
HSV71°94°89°
CMYK 0.180.000.94   0.11
XYZ48.561766.209910.6358
Yxy66.20990.38720.5280
Hunter Lab81.3695-35.866949.2088
CIE-Lab85.1034-36.071182.2076

#bce40e color RGB value is (188,228,14).

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

The process color (four color CMYK) of #bce40e color hex is 0.18, 0.00, 0.94, 0.11. Web safe color of #bce40e is #cccc00. Color #bce40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 00001110
Octal 274 344 16
Decimal 188 228 14
Hex BC E4 E

RGB Percentages of Color #bce40e

%43.72
%53.02
%3.26

CMYK Percentages of Color #bce40e

%18
%0
%94
%11

Triadic Colors of #bce40e

#bce40e #0ebce4 #e40ebc

Analogous Colors of #bce40e

#bce40e #51e40e #e4a10e

Monochromatic Colors of #bce40e

#bce40e

Complementary Color

#bce40e #360ee4

#bce40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce40e Color CSS Codes

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

#bce40e Text Font Color

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

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


#bce40e Background Color

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

This div background color is #bce40e


#bce40e Border Color

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

This div border color is #bce40e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,228,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 #bce40e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce40e


Comments

No comments written yet.

Please login to write comment.