Color Hex Logo

#bce12f Color Hex

#BCE12F
(188,225,47)
0 Favorites   0 Comments

Color spaces of #bce12f

RGB 18822547
HSL0.200.750.53
HSV72°79°88°
CMYK 0.160.000.79   0.12
XYZ48.177364.747012.6475
Yxy64.74700.38370.5156
Hunter Lab80.4655-33.941047.0067
CIE-Lab84.3532-33.895075.4388

#bce12f color RGB value is (188,225,47).

#bce12f hex color red value is 188, green value is 225 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bce12f hue: 0.20 , saturation: 0.75 and the lightness value of bce12f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 00101111
Octal 274 341 57
Decimal 188 225 47
Hex BC E1 2F

RGB Percentages of Color #bce12f

%40.87
%48.91
%10.22

CMYK Percentages of Color #bce12f

%16
%0
%79
%12

Triadic Colors of #bce12f

#bce12f #2fbce1 #e12fbc

Analogous Colors of #bce12f

#bce12f #63e12f #e1ad2f

Monochromatic Colors of #bce12f

#bce12f

Complementary Color

#bce12f #542fe1

#bce12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce12f Color CSS Codes

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

#bce12f Text Font Color

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

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


#bce12f Background Color

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

This div background color is #bce12f


#bce12f Border Color

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

This div border color is #bce12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce12f


Comments

No comments written yet.

Please login to write comment.