COLOR #BEFED2

HEX: #BEFED2 RGB: (190,254,210)

Color info

#BEFED2 contains mainly green and blue colors. Web safe color of #BEFED2 is #CCFFCC (or #CFC).

RGB color model

#BEFED2 color RGB value is (190,254,210).

RGB: (190,254,210) (75%, 100%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 254 of 255 = 100%
B 210 of 255 = 82%

190
254
210

R + G + B ~ 86%. #BEFED2 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 254 + 210 = 654 (100%)
R 190 of 654 ~ 29.05%
G 254 of 654 ~ 38.84%
B 210 of 654 ~ 32.11'%

%29.05
%38.84
%32.11

CMYK color model

#BEFED2 color CMYK value is (25,0,17,0).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 0.39%

CMYK: (25,0,17,0)
C25M0Y17K0 (25%, 0%, 17%, 0%)
(0.25 / 0.00 / 0.17 / 0.00)

CMYK percentages

%25.2
%0
%17.32
%0.39

Codes

Color #BEFED2 in popluar color models

BE FE D2
RGB 190 254 210
HSL 139° 96.97% 87.06%
HSB/HSV 139° 25.20% 99.61%
CMYK 25.20% 0.00% 17.32%
0.39%

Color #BEFED2 in popluar number systems.

HEX BE FE D2
Decimal 190 254 210
Binary 10111110 11111110 11010010
Octal 276 376 322

Shades and tints

Shades of #BEFED2

#BEFED2
(190,254,210)
#ADE7BF
(173,231,191)
#9CD0AC
(156,208,172)
#8BB999
(139,185,153)
#7AA286
(122,162,134)
#698B73
(105,139,115)
#587460
(88,116,96)
#475D4D
(71,93,77)
#36463A
(54,70,58)
#252F27
(37,47,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEFED2

#BEFED2
(190,254,210)
#C3FED6
(195,254,214)
#C8FEDA
(200,254,218)
#CDFEDE
(205,254,222)
#D2FEE2
(210,254,226)
#D7FEE6
(215,254,230)
#DCFEEA
(220,254,234)
#E1FEEE
(225,254,238)
#E6FEF2
(230,254,242)
#EBFEF6
(235,254,246)
#F0FEFA
(240,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFED2 color. Also use rgb(190,254,210) instead hex code.

Text Font Color

.myTextColor { color: #BEFED2; }

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

This text font color is #BEFED2.

Background Color

.myBgColor { background-color: #BEFED2; }

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

This div background color is #BEFED2.

Border color

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

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

This div border color is #BEFED2.

Opacity

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

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

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

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

This text has shadow with #BEFED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFED2.

Preview

Color preview on black background

This text has color #BEFED2 on black background.


Color preview on white background

This text has color #BEFED2 on white background.


Black color preview on #BEFED2 background

This text has black color on #BEFED2 background.


White color preview on #BEFED2 background

This text has white color on #BEFED2 background.


Related colors

Complementary color

Complementary color for #hex is #41012D.


I love getcolorcode.com

Triadic colors

1 #D2BEFE and #FED2BE with #BEFED2 are triadic colors.

2 #D2FEBE and #FEBED2 with #BEFED2 are triadic colors.