COLOR #B4CE14

HEX: #B4CE14
RGB: (180,206,20)

Color info

#B4CE14 contains mainly red and green colors. Web safe color of #B4CE14 is #CCCC00 (or #CC0).

RGB color model

#B4CE14 color RGB value is (180,206,20).

  • red value is 180;
  • green value is 206;
  • blue value is 20.
RGB:
(180,206,20)
(71%,81%,8%)

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 20 of 255 = 8%

180
206
20

R + G + B ~ 53%. #B4CE14 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 20 = 406 (100%)
R 180 of 406 ~ 44.33%
G 206 of 406 ~ 50.74%
B 20 of 406 ~ 4.93%

%44.33
%50.74

CMYK color model

#B4CE14 color CMYK value is (13,0,90,19).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 90.29%
  • key color value is 19.22%
CMYK:
(13,0,90,19)
C13M0Y90K19 
(13%,0%,90%,19%)
(0.13/0.00/0.90/0.19)	

CMYK percentages

%12.62
%0
%90.29
%19.22

Codes

Color #B4CE14 in popluar color models

B4CE14
RGB18020620
HSL68°82.30%44.31%
HSB/HSV68°90.29%80.78%
CMYK12.62%0.00%90.29%
19.22%

Color #B4CE14 in popluar number systems.

HEXB4CE14
Decimal18020620
Binary101101001100111010100
Octal26431624

Shades and tints

Shades of #B4CE14

#B4CE14
(180,206,20)
#A4BC13
(164,188,19)
#94AA12
(148,170,18)
#849811
(132,152,17)
#748610
(116,134,16)
#64740F
(100,116,15)
#54620E
(84,98,14)
#44500D
(68,80,13)
#343E0C
(52,62,12)
#242C0B
(36,44,11)
#141A0A
(20,26,10)
#000000
(0,0,0)

Tints of #B4CE14

#B4CE14
(180,206,20)
#BAD229
(186,210,41)
#C0D63E
(192,214,62)
#C6DA53
(198,218,83)
#CCDE68
(204,222,104)
#D2E27D
(210,226,125)
#D8E692
(216,230,146)
#DEEAA7
(222,234,167)
#E4EEBC
(228,238,188)
#EAF2D1
(234,242,209)
#F0F6E6
(240,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CE14 color. Also use rgb(180,206,20) instead hex code.

Text Font Color

.myTextColor { color: #B4CE14; }

<p style="color:#B4CE14">This sample text font color is #B4CE14.</p>

This text font color is #B4CE14.


Background Color

.myBgColor { background-color: #B4CE14; }

<div style="background-color:#B4CE14">Inner text</div>

This div background color is #B4CE14.


Border color

.myBorderColor { border: 1px solid #B4CE14; }

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

This div border color is #B4CE14.


Opacity

.myOpacity80 { color: #B4CE14; opacity: 0.8; }

<p style="color:#B4CE14;opacity:0.8;">80%</p>

Text with #B4CE14 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4CE14;}

<p style="text-shadow: 3px 3px 1px #B4CE14">Text here.</p>

This text has shadow with #B4CE14 color.

.textShadow {text-shadow: 3px 3px 1px #B4CE14, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4CE14, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4CE14 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4CE14, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4CE14, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4CE14 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B4CE14;
  -webkit-box-shadow:	1px 1px 3px 2px #B4CE14;
  box-shadow:		1px 1px 3px 2px #B4CE14;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4CE14;
-webkit-box-shadow: 1px 1px 3px 2px #B4CE14;
box-shadow:1px 1px 3px 2px #B4CE14;">
Div content here</div>
This div box has shadow with color #B4CE14.

Preview

Color preview on black background

This text has color #B4CE14 on black background.


Color preview on white background

This text has color #B4CE14 on white background.



Black color preview on #B4CE14 background

This text has black color on #B4CE14 background.


White color preview on #B4CE14 background

This text has white color on #B4CE14 background.