COLOR #CAE58A

HEX: #CAE58A RGB: (202,229,138)

Color info

#CAE58A contains mainly red and green colors. Web safe color of #CAE58A is #CCCC99 (or #CC9).

RGB color model

#CAE58A color RGB value is (202,229,138).

RGB: (202,229,138) (79%, 90%, 54%)

RGB channels and saturation

R 202 of 255 = 79%
G 229 of 255 = 90%
B 138 of 255 = 54%

202
229
138

R + G + B ~ 74%. #CAE58A is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 229 + 138 = 569 (100%)
R 202 of 569 ~ 35.5%
G 229 of 569 ~ 40.25%
B 138 of 569 ~ 24.25'%

%35.5
%40.25
%24.25

CMYK color model

#CAE58A color CMYK value is (12,0,40,10).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 10.20%

CMYK: (12,0,40,10)
C12M0Y40K10 (12%, 0%, 40%, 10%)
(0.12 / 0.00 / 0.40 / 0.10)

CMYK percentages

%11.79
%0
%39.74
%10.2

Codes

Color #CAE58A in popluar color models

CA E5 8A
RGB 202 229 138
HSL 78° 63.64% 71.96%
HSB/HSV 78° 39.74% 89.80%
CMYK 11.79% 0.00% 39.74%
10.20%

Color #CAE58A in popluar number systems.

HEX CA E5 8A
Decimal 202 229 138
Binary 11001010 11100101 10001010
Octal 312 345 212

Shades and tints

Shades of #CAE58A

#CAE58A
(202,229,138)
#B8D17E
(184,209,126)
#A6BD72
(166,189,114)
#94A966
(148,169,102)
#82955A
(130,149,90)
#70814E
(112,129,78)
#5E6D42
(94,109,66)
#4C5936
(76,89,54)
#3A452A
(58,69,42)
#28311E
(40,49,30)
#161D12
(22,29,18)
#000000
(0,0,0)

Tints of #CAE58A

#CAE58A
(202,229,138)
#CEE794
(206,231,148)
#D2E99E
(210,233,158)
#D6EBA8
(214,235,168)
#DAEDB2
(218,237,178)
#DEEFBC
(222,239,188)
#E2F1C6
(226,241,198)
#E6F3D0
(230,243,208)
#EAF5DA
(234,245,218)
#EEF7E4
(238,247,228)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE58A color. Also use rgb(202,229,138) instead hex code.

Text Font Color

.myTextColor { color: #CAE58A; }

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

This text font color is #CAE58A.

Background Color

.myBgColor { background-color: #CAE58A; }

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

This div background color is #CAE58A.

Border color

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

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

This div border color is #CAE58A.

Opacity

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

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

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

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

This text has shadow with #CAE58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE58A.

Preview

Color preview on black background

This text has color #CAE58A on black background.


Color preview on white background

This text has color #CAE58A on white background.


Black color preview on #CAE58A background

This text has black color on #CAE58A background.


White color preview on #CAE58A background

This text has white color on #CAE58A background.


Related colors

Complementary color

Complementary color for #hex is #351A75.


I love getcolorcode.com

Triadic colors

1 #8ACAE5 and #E58ACA with #CAE58A are triadic colors.

2 #8AE5CA and #E5CA8A with #CAE58A are triadic colors.