Color Hex Logo

#bce010 Color Hex

#BCE010
(188,224,16)
0 Favorites   0 Comments

Color spaces of #bce010

RGB 18822416
HSL0.200.870.47
HSV70°93°88°
CMYK 0.160.000.93   0.12
XYZ47.488264.040110.3483
Yxy64.04010.38960.5255
Hunter Lab80.0251-34.119048.3506
CIE-Lab83.9866-34.224981.1197

#bce010 color RGB value is (188,224,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 00010000
Octal 274 340 20
Decimal 188 224 16
Hex BC E0 10

RGB Percentages of Color #bce010

%43.93
%52.34
%3.74

CMYK Percentages of Color #bce010

%16
%0
%93
%12

Triadic Colors of #bce010

#bce010 #10bce0 #e010bc

Analogous Colors of #bce010

#bce010 #54e010 #e09c10

Monochromatic Colors of #bce010

#bce010

Complementary Color

#bce010 #3410e0

#bce010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce010 Color CSS Codes

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

#bce010 Text Font Color

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

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


#bce010 Background Color

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

This div background color is #bce010


#bce010 Border Color

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

This div border color is #bce010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce010


Comments

No comments written yet.

Please login to write comment.