COLOR #BEDA56

HEX: #BEDA56 RGB: (190,218,86)

Color info

#BEDA56 contains mainly red and green colors. Web safe color of #BEDA56 is #CCCC66 (or #CC6).

RGB color model

#BEDA56 color RGB value is (190,218,86).

RGB: (190,218,86) (75%, 85%, 34%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 86 of 255 = 34%

190
218
86

R + G + B ~ 65%. #BEDA56 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 86 = 494 (100%)
R 190 of 494 ~ 38.46%
G 218 of 494 ~ 44.13%
B 86 of 494 ~ 17.41'%

%38.46
%44.13
%17.41

CMYK color model

#BEDA56 color CMYK value is (13,0,61,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 60.55%
  • key color value is 14.51%

CMYK: (13,0,61,15)
C13M0Y61K15 (13%, 0%, 61%, 15%)
(0.13 / 0.00 / 0.61 / 0.15)

CMYK percentages

%12.84
%0
%60.55
%14.51

Codes

Color #BEDA56 in popluar color models

BE DA 56
RGB 190 218 86
HSL 73° 64.08% 59.61%
HSB/HSV 73° 60.55% 85.49%
CMYK 12.84% 0.00% 60.55%
14.51%

Color #BEDA56 in popluar number systems.

HEX BE DA 56
Decimal 190 218 86
Binary 10111110 11011010 1010110
Octal 276 332 126

Shades and tints

Shades of #BEDA56

#BEDA56
(190,218,86)
#ADC74F
(173,199,79)
#9CB448
(156,180,72)
#8BA141
(139,161,65)
#7A8E3A
(122,142,58)
#697B33
(105,123,51)
#58682C
(88,104,44)
#475525
(71,85,37)
#36421E
(54,66,30)
#252F17
(37,47,23)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #BEDA56

#BEDA56
(190,218,86)
#C3DD65
(195,221,101)
#C8E074
(200,224,116)
#CDE383
(205,227,131)
#D2E692
(210,230,146)
#D7E9A1
(215,233,161)
#DCECB0
(220,236,176)
#E1EFBF
(225,239,191)
#E6F2CE
(230,242,206)
#EBF5DD
(235,245,221)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDA56 color. Also use rgb(190,218,86) instead hex code.

Text Font Color

.myTextColor { color: #BEDA56; }

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

This text font color is #BEDA56.

Background Color

.myBgColor { background-color: #BEDA56; }

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

This div background color is #BEDA56.

Border color

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

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

This div border color is #BEDA56.

Opacity

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

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

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

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

This text has shadow with #BEDA56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDA56.

Preview

Color preview on black background

This text has color #BEDA56 on black background.


Color preview on white background

This text has color #BEDA56 on white background.


Black color preview on #BEDA56 background

This text has black color on #BEDA56 background.


White color preview on #BEDA56 background

This text has white color on #BEDA56 background.


Related colors

Complementary color

Complementary color for #hex is #4125A9.


I love getcolorcode.com

Triadic colors

1 #56BEDA and #DA56BE with #BEDA56 are triadic colors.

2 #56DABE and #DABE56 with #BEDA56 are triadic colors.