Color Hex Logo

#bce040 Color Hex

#BCE040
(188,224,64)
0 Favorites   0 Comments

Color spaces of #bce040

RGB 18822464
HSL0.200.720.56
HSV74°71°88°
CMYK 0.160.000.71   0.12
XYZ48.320164.372814.7290
Yxy64.37280.37920.5052
Hunter Lab80.2327-32.905645.2785
CIE-Lab84.1595-32.666670.0210

#bce040 color RGB value is (188,224,64).

#bce040 hex color red value is 188, green value is 224 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bce040 hue: 0.20 , saturation: 0.72 and the lightness value of bce040 is 0.56.

The process color (four color CMYK) of #bce040 color hex is 0.16, 0.00, 0.71, 0.12. Web safe color of #bce040 is #cccc33. Color #bce040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 01000000
Octal 274 340 100
Decimal 188 224 64
Hex BC E0 40

RGB Percentages of Color #bce040

%39.50
%47.06
%13.45

CMYK Percentages of Color #bce040

%16
%0
%71
%12

Triadic Colors of #bce040

#bce040 #40bce0 #e040bc

Analogous Colors of #bce040

#bce040 #6ce040 #e0b440

Monochromatic Colors of #bce040

#bce040

Complementary Color

#bce040 #6440e0

#bce040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce040 Color CSS Codes

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

#bce040 Text Font Color

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

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


#bce040 Background Color

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

This div background color is #bce040


#bce040 Border Color

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

This div border color is #bce040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce040


Comments

No comments written yet.

Please login to write comment.