COLOR #CAD526

HEX: #CAD526
RGB: (202,213,38)

Color info

#CAD526 contains mainly red and green colors. Web safe color of #CAD526 is #CCCC33 (or #CC3).

RGB color model

#CAD526 color RGB value is (202,213,38).

  • red value is 202;
  • green value is 213;
  • blue value is 38.
RGB:
(202,213,38)
(79%,84%,15%)

RGB channels and saturation

R 202 of 255 = 79%
G 213 of 255 = 84%
B 38 of 255 = 15%

202
213
38

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

Portions of RGB colors in percentages

R + G + B =
202 + 213 + 38 = 453 (100%)
R 202 of 453 ~ 44.59%
G 213 of 453 ~ 47.02%
B 38 of 453 ~ 8.39%

%44.59
%47.02

CMYK color model

#CAD526 color CMYK value is (5,0,82,16).

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 82.16%
  • key color value is 16.47%
CMYK:
(5,0,82,16)
C5M0Y82K16 
(5%,0%,82%,16%)
(0.05/0.00/0.82/0.16)	

CMYK percentages

%5.16
%0
%82.16
%16.47

Codes

Color #CAD526 in popluar color models

CAD526
RGB20221338
HSL64°69.72%49.22%
HSB/HSV64°82.16%83.53%
CMYK5.16%0.00%82.16%
16.47%

Color #CAD526 in popluar number systems.

HEXCAD526
Decimal20221338
Binary1100101011010101100110
Octal31232546

Shades and tints

Shades of #CAD526

#CAD526
(202,213,38)
#B8C223
(184,194,35)
#A6AF20
(166,175,32)
#949C1D
(148,156,29)
#82891A
(130,137,26)
#707617
(112,118,23)
#5E6314
(94,99,20)
#4C5011
(76,80,17)
#3A3D0E
(58,61,14)
#282A0B
(40,42,11)
#161708
(22,23,8)
#000000
(0,0,0)

Tints of #CAD526

#CAD526
(202,213,38)
#CED839
(206,216,57)
#D2DB4C
(210,219,76)
#D6DE5F
(214,222,95)
#DAE172
(218,225,114)
#DEE485
(222,228,133)
#E2E798
(226,231,152)
#E6EAAB
(230,234,171)
#EAEDBE
(234,237,190)
#EEF0D1
(238,240,209)
#F2F3E4
(242,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD526 color. Also use rgb(202,213,38) instead hex code.

Text Font Color

.myTextColor { color: #CAD526; }

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

This text font color is #CAD526.


Background Color

.myBgColor { background-color: #CAD526; }

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

This div background color is #CAD526.


Border color

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

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

This div border color is #CAD526.


Opacity

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

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

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

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

This text has shadow with #CAD526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD526 on black background.


Color preview on white background

This text has color #CAD526 on white background.



Black color preview on #CAD526 background

This text has black color on #CAD526 background.


White color preview on #CAD526 background

This text has white color on #CAD526 background.