Color Hex Logo

#bce12e Color Hex

#BCE12E
(188,225,46)
0 Favorites   0 Comments

Color spaces of #bce12e

RGB 18822546
HSL0.200.750.53
HSV72°80°88°
CMYK 0.160.000.80   0.12
XYZ48.157464.739112.5425
Yxy64.73910.38390.5161
Hunter Lab80.4606-33.970047.0801
CIE-Lab84.3491-33.932375.7026

#bce12e color RGB value is (188,225,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 00101110
Octal 274 341 56
Decimal 188 225 46
Hex BC E1 2E

RGB Percentages of Color #bce12e

%40.96
%49.02
%10.02

CMYK Percentages of Color #bce12e

%16
%0
%80
%12

Triadic Colors of #bce12e

#bce12e #2ebce1 #e12ebc

Analogous Colors of #bce12e

#bce12e #63e12e #e1ad2e

Monochromatic Colors of #bce12e

#bce12e

Complementary Color

#bce12e #532ee1

#bce12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce12e Color CSS Codes

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

#bce12e Text Font Color

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

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


#bce12e Background Color

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

This div background color is #bce12e


#bce12e Border Color

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

This div border color is #bce12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce12e


Comments

No comments written yet.

Please login to write comment.