Color Hex Logo

#bce004 Color Hex

#BCE004
(188,224,4)
0 Favorites   0 Comments

Color spaces of #bce004

RGB 1882244
HSL0.190.960.45
HSV70°98°88°
CMYK 0.160.000.98   0.12
XYZ47.416664.01149.9712
Yxy64.01140.39060.5273
Hunter Lab80.0071-34.223648.6157
CIE-Lab83.9717-34.360082.2164

#bce004 color RGB value is (188,224,4).

#bce004 hex color red value is 188, green value is 224 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #bce004 hue: 0.19 , saturation: 0.96 and the lightness value of bce004 is 0.45.

The process color (four color CMYK) of #bce004 color hex is 0.16, 0.00, 0.98, 0.12. Web safe color of #bce004 is #cccc00. Color #bce004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 00000100
Octal 274 340 4
Decimal 188 224 4
Hex BC E0 4

RGB Percentages of Color #bce004

%45.19
%53.85
%0.96

CMYK Percentages of Color #bce004

%16
%0
%98
%12

Triadic Colors of #bce004

#bce004 #04bce0 #e004bc

Analogous Colors of #bce004

#bce004 #4ee004 #e09604

Monochromatic Colors of #bce004

#bce004

Complementary Color

#bce004 #2804e0

#bce004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce004 Color CSS Codes

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

#bce004 Text Font Color

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

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


#bce004 Background Color

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

This div background color is #bce004


#bce004 Border Color

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

This div border color is #bce004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce004


Comments

No comments written yet.

Please login to write comment.