Color Hex Logo

#bce00c Color Hex

#BCE00C
(188,224,12)
0 Favorites   0 Comments

Color spaces of #bce00c

RGB 18822412
HSL0.190.900.46
HSV70°95°88°
CMYK 0.160.000.95   0.12
XYZ47.461164.029210.2052
Yxy64.02920.39000.5261
Hunter Lab80.0182-34.158548.4512
CIE-Lab83.9810-34.276081.5326

#bce00c color RGB value is (188,224,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 00001100
Octal 274 340 14
Decimal 188 224 12
Hex BC E0 C

RGB Percentages of Color #bce00c

%44.34
%52.83
%2.83

CMYK Percentages of Color #bce00c

%16
%0
%95
%12

Triadic Colors of #bce00c

#bce00c #0cbce0 #e00cbc

Analogous Colors of #bce00c

#bce00c #52e00c #e09a0c

Monochromatic Colors of #bce00c

#bce00c

Complementary Color

#bce00c #300ce0

#bce00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce00c Color CSS Codes

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

#bce00c Text Font Color

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

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


#bce00c Background Color

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

This div background color is #bce00c


#bce00c Border Color

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

This div border color is #bce00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce00c


Comments

No comments written yet.

Please login to write comment.