COLOR #BED63B

HEX: #BED63B
RGB: (190,214,59)

Renk bilgisi

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

RGB renk modeli

#BED63B color RGB value is (190,214,59).

  • kırmız ton 190;
  • yeşil ton 214;
  • mavi ton 59.
RGB:
(190,214,59)
(75%,84%,23%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 214 of 255 = 84%
B 59 of 255 = 23%

190
214
59

R + G + B ~ 61%. #BED63B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 214 + 59 = 463 (100%)
R 190 of 463 ~ 41.04%
G 214 of 463 ~ 46.22%
B 59 of 463 ~ 12.74%

%41.04
%46.22
%12.74

CMYK RENK MODELİ

#BED63B rengi CMYK tonu (11,0,72,16).

  • camgöbeği tonu 11.21%
  • eflatun tonu 0.00%
  • sarı tonu 72.43%
  • ana renk tonu 16.08%
CMYK:
(11,0,72,16)
C11M0Y72K16 
(11%,0%,72%,16%)
(0.11/0.00/0.72/0.16)	

CMYK yüzdeleri

%11.21
%0
%72.43
%16.08

Codes

Color #BED63B in popluar color models

BED63B
RGB19021459
HSL69°65.40%53.53%
HSB/HSV69°72.43%83.92%
CMYK11.21%0.00%72.43%
16.08%

Color #BED63B in popluar number systems.

HEXBED63B
Decimal19021459
Binary1011111011010110111011
Octal27632673

Shades and tints

Shades of #BED63B

#BED63B
(190,214,59)
#ADC336
(173,195,54)
#9CB031
(156,176,49)
#8B9D2C
(139,157,44)
#7A8A27
(122,138,39)
#697722
(105,119,34)
#58641D
(88,100,29)
#475118
(71,81,24)
#363E13
(54,62,19)
#252B0E
(37,43,14)
#141809
(20,24,9)
#000000
(0,0,0)

Tints of #BED63B

#BED63B
(190,214,59)
#C3D94C
(195,217,76)
#C8DC5D
(200,220,93)
#CDDF6E
(205,223,110)
#D2E27F
(210,226,127)
#D7E590
(215,229,144)
#DCE8A1
(220,232,161)
#E1EBB2
(225,235,178)
#E6EEC3
(230,238,195)
#EBF1D4
(235,241,212)
#F0F4E5
(240,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED63B color. Also use rgb(190,214,59) instead hex code.

Text Font Color

.myTextColor { color: #BED63B; }

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

This text font color is #BED63B.


Background Color

.myBgColor { background-color: #BED63B; }

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

This div background color is #BED63B.


Border color

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

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

This div border color is #BED63B.


Opacity

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

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

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

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

This text has shadow with #BED63B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED63B on black background.


Color preview on white background

This text has color #BED63B on white background.



Black color preview on #BED63B background

This text has black color on #BED63B background.


White color preview on #BED63B background

This text has white color on #BED63B background.