COLOR #BEDD68

HEX: #BEDD68
RGB: (190,221,104)

Renk bilgisi

#BEDD68 contains mainly red and green colors. #BEDD68 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BEDD68 color RGB value is (190,221,104).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 221 of 255 = 87%
B 104 of 255 = 41%

190
221
104

R + G + B ~ 68%. #BEDD68 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 221 + 104 = 515 (100%)
R 190 of 515 ~ 36.89%
G 221 of 515 ~ 42.91%
B 104 of 515 ~ 20.19%

%36.89
%42.91
%20.19

CMYK RENK MODELİ

#BEDD68 rengi CMYK tonu (14,0,53,13).

  • camgöbeği tonu 14.03%
  • eflatun tonu 0.00%
  • sarı tonu 52.94%
  • ana renk tonu 13.33%
CMYK:
(14,0,53,13)
C14M0Y53K13 
(14%,0%,53%,13%)
(0.14/0.00/0.53/0.13)	

CMYK yüzdeleri

%14.03
%0
%52.94
%13.33

Codes

Color #BEDD68 in popluar color models

BEDD68
RGB190221104
HSL76°63.24%63.73%
HSB/HSV76°52.94%86.67%
CMYK14.03%0.00%52.94%
13.33%

Color #BEDD68 in popluar number systems.

HEXBEDD68
Decimal190221104
Binary10111110110111011101000
Octal276335150

Shades and tints

Shades of #BEDD68

#BEDD68
(190,221,104)
#ADC95F
(173,201,95)
#9CB556
(156,181,86)
#8BA14D
(139,161,77)
#7A8D44
(122,141,68)
#69793B
(105,121,59)
#586532
(88,101,50)
#475129
(71,81,41)
#363D20
(54,61,32)
#252917
(37,41,23)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #BEDD68

#BEDD68
(190,221,104)
#C3E075
(195,224,117)
#C8E382
(200,227,130)
#CDE68F
(205,230,143)
#D2E99C
(210,233,156)
#D7ECA9
(215,236,169)
#DCEFB6
(220,239,182)
#E1F2C3
(225,242,195)
#E6F5D0
(230,245,208)
#EBF8DD
(235,248,221)
#F0FBEA
(240,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDD68; }

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

This text font color is #BEDD68.


Background Color

.myBgColor { background-color: #BEDD68; }

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

This div background color is #BEDD68.


Border color

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

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

This div border color is #BEDD68.


Opacity

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

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

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

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

This text has shadow with #BEDD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDD68 on black background.


Color preview on white background

This text has color #BEDD68 on white background.



Black color preview on #BEDD68 background

This text has black color on #BEDD68 background.


White color preview on #BEDD68 background

This text has white color on #BEDD68 background.