COLOR #BEDD47

HEX: #BEDD47
RGB: (190,221,71)

Renk bilgisi

#BEDD47 contains mainly red and green colors. #BEDD47 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#BEDD47 color RGB value is (190,221,71).

  • kırmız ton 190;
  • yeşil ton 221;
  • mavi ton 71.
RGB:
(190,221,71)
(75%,87%,28%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 221 of 255 = 87%
B 71 of 255 = 28%

190
221
71

R + G + B ~ 63%. #BEDD47 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 221 + 71 = 482 (100%)
R 190 of 482 ~ 39.42%
G 221 of 482 ~ 45.85%
B 71 of 482 ~ 14.73%

%39.42
%45.85
%14.73

CMYK RENK MODELİ

#BEDD47 rengi CMYK tonu (14,0,68,13).

  • camgöbeği tonu 14.03%
  • eflatun tonu 0.00%
  • sarı tonu 67.87%
  • ana renk tonu 13.33%
CMYK:
(14,0,68,13)
C14M0Y68K13 
(14%,0%,68%,13%)
(0.14/0.00/0.68/0.13)	

CMYK yüzdeleri

%14.03
%0
%67.87
%13.33

Codes

Color #BEDD47 in popluar color models

BEDD47
RGB19022171
HSL72°68.81%57.25%
HSB/HSV72°67.87%86.67%
CMYK14.03%0.00%67.87%
13.33%

Color #BEDD47 in popluar number systems.

HEXBEDD47
Decimal19022171
Binary10111110110111011000111
Octal276335107

Shades and tints

Shades of #BEDD47

#BEDD47
(190,221,71)
#ADC941
(173,201,65)
#9CB53B
(156,181,59)
#8BA135
(139,161,53)
#7A8D2F
(122,141,47)
#697929
(105,121,41)
#586523
(88,101,35)
#47511D
(71,81,29)
#363D17
(54,61,23)
#252911
(37,41,17)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #BEDD47

#BEDD47
(190,221,71)
#C3E057
(195,224,87)
#C8E367
(200,227,103)
#CDE677
(205,230,119)
#D2E987
(210,233,135)
#D7EC97
(215,236,151)
#DCEFA7
(220,239,167)
#E1F2B7
(225,242,183)
#E6F5C7
(230,245,199)
#EBF8D7
(235,248,215)
#F0FBE7
(240,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDD47 color. Also use rgb(190,221,71) instead hex code.

Text Font Color

.myTextColor { color: #BEDD47; }

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

This text font color is #BEDD47.


Background Color

.myBgColor { background-color: #BEDD47; }

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

This div background color is #BEDD47.


Border color

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

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

This div border color is #BEDD47.


Opacity

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

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

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

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

This text has shadow with #BEDD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDD47 on black background.


Color preview on white background

This text has color #BEDD47 on white background.



Black color preview on #BEDD47 background

This text has black color on #BEDD47 background.


White color preview on #BEDD47 background

This text has white color on #BEDD47 background.