COLOR #DAE480

HEX: #DAE480
RGB: (218,228,128)

Renk bilgisi

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

RGB renk modeli

#DAE480 color RGB value is (218,228,128).

  • kırmız ton 218;
  • yeşil ton 228;
  • mavi ton 128.
RGB:
(218,228,128)
(85%,89%,50%)

RGB bağlantıları ve doygunluk

R 218 of 255 = 85%
G 228 of 255 = 89%
B 128 of 255 = 50%

218
228
128

R + G + B ~ 75%. #DAE480 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
218 + 228 + 128 = 574 (100%)
R 218 of 574 ~ 37.98%
G 228 of 574 ~ 39.72%
B 128 of 574 ~ 22.3%

%37.98
%39.72
%22.3

CMYK RENK MODELİ

#DAE480 rengi CMYK tonu (4,0,44,11).

  • camgöbeği tonu 4.39%
  • eflatun tonu 0.00%
  • sarı tonu 43.86%
  • ana renk tonu 10.59%
CMYK:
(4,0,44,11)
C4M0Y44K11 
(4%,0%,44%,11%)
(0.04/0.00/0.44/0.11)	

CMYK yüzdeleri

%4.39
%0
%43.86
%10.59

Codes

Color #DAE480 in popluar color models

DAE480
RGB218228128
HSL66°64.94%69.80%
HSB/HSV66°43.86%89.41%
CMYK4.39%0.00%43.86%
10.59%

Color #DAE480 in popluar number systems.

HEXDAE480
Decimal218228128
Binary110110101110010010000000
Octal332344200

Shades and tints

Shades of #DAE480

#DAE480
(218,228,128)
#C7D075
(199,208,117)
#B4BC6A
(180,188,106)
#A1A85F
(161,168,95)
#8E9454
(142,148,84)
#7B8049
(123,128,73)
#686C3E
(104,108,62)
#555833
(85,88,51)
#424428
(66,68,40)
#2F301D
(47,48,29)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #DAE480

#DAE480
(218,228,128)
#DDE68B
(221,230,139)
#E0E896
(224,232,150)
#E3EAA1
(227,234,161)
#E6ECAC
(230,236,172)
#E9EEB7
(233,238,183)
#ECF0C2
(236,240,194)
#EFF2CD
(239,242,205)
#F2F4D8
(242,244,216)
#F5F6E3
(245,246,227)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE480 color. Also use rgb(218,228,128) instead hex code.

Text Font Color

.myTextColor { color: #DAE480; }

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

This text font color is #DAE480.


Background Color

.myBgColor { background-color: #DAE480; }

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

This div background color is #DAE480.


Border color

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

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

This div border color is #DAE480.


Opacity

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

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

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

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

This text has shadow with #DAE480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE480 on black background.


Color preview on white background

This text has color #DAE480 on white background.



Black color preview on #DAE480 background

This text has black color on #DAE480 background.


White color preview on #DAE480 background

This text has white color on #DAE480 background.