COLOR #CEFA84

HEX: #CEFA84 RGB: (206,250,132)

Color info

#CEFA84 contains mainly red and green colors. Web safe color of #CEFA84 is #CCFF99 (or #CF9).

RGB color model

#CEFA84 color RGB value is (206,250,132).

RGB: (206,250,132) (81%, 98%, 52%)

RGB channels and saturation

R 206 of 255 = 81%
G 250 of 255 = 98%
B 132 of 255 = 52%

206
250
132

R + G + B ~ 77%. #CEFA84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 250 + 132 = 588 (100%)
R 206 of 588 ~ 35.03%
G 250 of 588 ~ 42.52%
B 132 of 588 ~ 22.45'%

%35.03
%42.52
%22.45

CMYK color model

#CEFA84 color CMYK value is (18,0,47,2).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 47.20%
  • key color value is 1.96%

CMYK: (18,0,47,2)
C18M0Y47K2 (18%, 0%, 47%, 2%)
(0.18 / 0.00 / 0.47 / 0.02)

CMYK percentages

%17.6
%0
%47.2
%1.96

Codes

Color #CEFA84 in popluar color models

CE FA 84
RGB 206 250 132
HSL 82° 92.19% 74.90%
HSB/HSV 82° 47.20% 98.04%
CMYK 17.60% 0.00% 47.20%
1.96%

Color #CEFA84 in popluar number systems.

HEX CE FA 84
Decimal 206 250 132
Binary 11001110 11111010 10000100
Octal 316 372 204

Shades and tints

Shades of #CEFA84

#CEFA84
(206,250,132)
#BCE478
(188,228,120)
#AACE6C
(170,206,108)
#98B860
(152,184,96)
#86A254
(134,162,84)
#748C48
(116,140,72)
#62763C
(98,118,60)
#506030
(80,96,48)
#3E4A24
(62,74,36)
#2C3418
(44,52,24)
#1A1E0C
(26,30,12)
#000000
(0,0,0)

Tints of #CEFA84

#CEFA84
(206,250,132)
#D2FA8F
(210,250,143)
#D6FA9A
(214,250,154)
#DAFAA5
(218,250,165)
#DEFAB0
(222,250,176)
#E2FABB
(226,250,187)
#E6FAC6
(230,250,198)
#EAFAD1
(234,250,209)
#EEFADC
(238,250,220)
#F2FAE7
(242,250,231)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEFA84 color. Also use rgb(206,250,132) instead hex code.

Text Font Color

.myTextColor { color: #CEFA84; }

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

This text font color is #CEFA84.

Background Color

.myBgColor { background-color: #CEFA84; }

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

This div background color is #CEFA84.

Border color

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

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

This div border color is #CEFA84.

Opacity

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

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

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

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

This text has shadow with #CEFA84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEFA84.

Preview

Color preview on black background

This text has color #CEFA84 on black background.


Color preview on white background

This text has color #CEFA84 on white background.


Black color preview on #CEFA84 background

This text has black color on #CEFA84 background.


White color preview on #CEFA84 background

This text has white color on #CEFA84 background.


Related colors

Complementary color

Complementary color for #hex is #31057B.


I love getcolorcode.com

Triadic colors

1 #84CEFA and #FA84CE with #CEFA84 are triadic colors.

2 #84FACE and #FACE84 with #CEFA84 are triadic colors.