Color Hex Logo

#bce40f Color Hex

#BCE40F
(188,228,15)
0 Favorites   0 Comments

Color spaces of #bce40f

RGB 18822815
HSL0.200.880.48
HSV71°93°89°
CMYK 0.180.000.93   0.11
XYZ48.568766.212710.6724
Yxy66.21270.38710.5278
Hunter Lab81.3712-35.856849.1835
CIE-Lab85.1048-36.058082.1045

#bce40f color RGB value is (188,228,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 00001111
Octal 274 344 17
Decimal 188 228 15
Hex BC E4 F

RGB Percentages of Color #bce40f

%43.62
%52.90
%3.48

CMYK Percentages of Color #bce40f

%18
%0
%93
%11

Triadic Colors of #bce40f

#bce40f #0fbce4 #e40fbc

Analogous Colors of #bce40f

#bce40f #52e40f #e4a20f

Monochromatic Colors of #bce40f

#bce40f

Complementary Color

#bce40f #370fe4

#bce40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce40f Color CSS Codes

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

#bce40f Text Font Color

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

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


#bce40f Background Color

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

This div background color is #bce40f


#bce40f Border Color

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

This div border color is #bce40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce40f


Comments

No comments written yet.

Please login to write comment.