COLOR #EDEFAD

HEX: #EDEFAD RGB: (237,239,173)

Color info

#EDEFAD contains mainly red and green colors. Web safe color of #EDEFAD is #FFFF99 (or #FF9).

RGB color model

#EDEFAD color RGB value is (237,239,173).

RGB: (237,239,173) (93%, 94%, 68%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 173 of 255 = 68%

237
239
173

R + G + B ~ 85%. #EDEFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 239 + 173 = 649 (100%)
R 237 of 649 ~ 36.52%
G 239 of 649 ~ 36.83%
B 173 of 649 ~ 26.66'%

%36.52
%36.83
%26.66

CMYK color model

#EDEFAD color CMYK value is (1,0,28,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 6.27%

CMYK: (1,0,28,6)
C1M0Y28K6 (1%, 0%, 28%, 6%)
(0.01 / 0.00 / 0.28 / 0.06)

CMYK percentages

%0.84
%0
%27.62
%6.27

Codes

Color #EDEFAD in popluar color models

ED EF AD
RGB 237 239 173
HSL 62° 67.35% 80.78%
HSB/HSV 62° 27.62% 93.73%
CMYK 0.84% 0.00% 27.62%
6.27%

Color #EDEFAD in popluar number systems.

HEX ED EF AD
Decimal 237 239 173
Binary 11101101 11101111 10101101
Octal 355 357 255

Shades and tints

Shades of #EDEFAD

#EDEFAD
(237,239,173)
#D8DA9E
(216,218,158)
#C3C58F
(195,197,143)
#AEB080
(174,176,128)
#999B71
(153,155,113)
#848662
(132,134,98)
#6F7153
(111,113,83)
#5A5C44
(90,92,68)
#454735
(69,71,53)
#303226
(48,50,38)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #EDEFAD

#EDEFAD
(237,239,173)
#EEF0B4
(238,240,180)
#EFF1BB
(239,241,187)
#F0F2C2
(240,242,194)
#F1F3C9
(241,243,201)
#F2F4D0
(242,244,208)
#F3F5D7
(243,245,215)
#F4F6DE
(244,246,222)
#F5F7E5
(245,247,229)
#F6F8EC
(246,248,236)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEFAD color. Also use rgb(237,239,173) instead hex code.

Text Font Color

.myTextColor { color: #EDEFAD; }

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

This text font color is #EDEFAD.

Background Color

.myBgColor { background-color: #EDEFAD; }

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

This div background color is #EDEFAD.

Border color

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

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

This div border color is #EDEFAD.

Opacity

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

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

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

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

This text has shadow with #EDEFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEFAD.

Preview

Color preview on black background

This text has color #EDEFAD on black background.


Color preview on white background

This text has color #EDEFAD on white background.


Black color preview on #EDEFAD background

This text has black color on #EDEFAD background.


White color preview on #EDEFAD background

This text has white color on #EDEFAD background.


Related colors

Complementary color

Complementary color for #hex is #121052.


I love getcolorcode.com

Triadic colors

1 #ADEDEF and #EFADED with #EDEFAD are triadic colors.

2 #ADEFED and #EFEDAD with #EDEFAD are triadic colors.