COLOR #CBCC04

HEX: #CBCC04
RGB: (203,204,4)

Color info

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

RGB color model

#CBCC04 color RGB value is (203,204,4).

  • red value is 203;
  • green value is 204;
  • blue value is 4.
RGB:
(203,204,4)
(80%,80%,2%)

RGB channels and saturation

R 203 of 255 = 80%
G 204 of 255 = 80%
B 4 of 255 = 2%

203
204
4

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

Portions of RGB colors in percentages

R + G + B =
203 + 204 + 4 = 411 (100%)
R 203 of 411 ~ 49.39%
G 204 of 411 ~ 49.64%
B 4 of 411 ~ 0.97%

%49.39
%49.64

CMYK color model

#CBCC04 color CMYK value is (0,0,98,20).

  • cyan value is 0.49%
  • magenta value is 0.00%
  • yellow value is 98.04%
  • key color value is 20.00%
CMYK:
(0,0,98,20)
C0M0Y98K20 
(0%,0%,98%,20%)
(0.00/0.00/0.98/0.20)	

CMYK percentages

%0.49
%0
%98.04
%20

Codes

Color #CBCC04 in popluar color models

CBCC04
RGB2032044
HSL60°96.15%40.78%
HSB/HSV60°98.04%80.00%
CMYK0.49%0.00%98.04%
20.00%

Color #CBCC04 in popluar number systems.

HEXCBCC04
Decimal2032044
Binary1100101111001100100
Octal3133144

Shades and tints

Shades of #CBCC04

#CBCC04
(203,204,4)
#B9BA04
(185,186,4)
#A7A804
(167,168,4)
#959604
(149,150,4)
#838404
(131,132,4)
#717204
(113,114,4)
#5F6004
(95,96,4)
#4D4E04
(77,78,4)
#3B3C04
(59,60,4)
#292A04
(41,42,4)
#171804
(23,24,4)
#000000
(0,0,0)

Tints of #CBCC04

#CBCC04
(203,204,4)
#CFD01A
(207,208,26)
#D3D430
(211,212,48)
#D7D846
(215,216,70)
#DBDC5C
(219,220,92)
#DFE072
(223,224,114)
#E3E488
(227,228,136)
#E7E89E
(231,232,158)
#EBECB4
(235,236,180)
#EFF0CA
(239,240,202)
#F3F4E0
(243,244,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBCC04 color. Also use rgb(203,204,4) instead hex code.

Text Font Color

.myTextColor { color: #CBCC04; }

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

This text font color is #CBCC04.


Background Color

.myBgColor { background-color: #CBCC04; }

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

This div background color is #CBCC04.


Border color

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

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

This div border color is #CBCC04.


Opacity

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

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

Text with #CBCC04 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 #CBCC04;}

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

This text has shadow with #CBCC04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBCC04 on black background.


Color preview on white background

This text has color #CBCC04 on white background.



Black color preview on #CBCC04 background

This text has black color on #CBCC04 background.


White color preview on #CBCC04 background

This text has white color on #CBCC04 background.