Color Hex Logo

#edfead Color Hex

#EDFEAD
(237,254,173)
0 Favorites   0 Comments

Color spaces of #edfead

RGB 237254173
HSL0.200.980.84
HSV73°32°100°
CMYK 0.070.000.32   0.00
XYZ77.909791.905353.1684
Yxy91.90530.34940.4122
Hunter Lab95.8673-22.703734.2246
CIE-Lab96.7816-18.190236.9580

#edfead color RGB value is (237,254,173).

#edfead hex color red value is 237, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #edfead hue: 0.20 , saturation: 0.98 and the lightness value of edfead is 0.84.

The process color (four color CMYK) of #edfead color hex is 0.07, 0.00, 0.32, 0.00. Web safe color of #edfead is #ffff99. Color #edfead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 10101101
Octal 355 376 255
Decimal 237 254 173
Hex ED FE AD

RGB Percentages of Color #edfead

%35.69
%38.25
%26.05

CMYK Percentages of Color #edfead

%7
%0
%32
%0

Triadic Colors of #edfead

#edfead #adedfe #feaded

Analogous Colors of #edfead

#edfead #c5fead #fee7ad

Monochromatic Colors of #edfead

#edfead

Complementary Color

#edfead #beadfe

#edfead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfead Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfead Color CSS Codes

.mybgcolor {background-color:#edfead; } 
.myforecolor {color:#edfead; }
.mybordercolor {border:3px solid #edfead; }

#edfead Text Font Color

<p style="color:#edfead">Text here</p>

This sample text font color is #edfead
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#edfead Background Color

<div style="background-color:#edfead">
Div content here</div>

This div background color is #edfead


#edfead Border Color

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

This div border color is #edfead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,254,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edfead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edfead;
  -webkit-box-shadow: 1px 1px 3px 2px #edfead;
  box-shadow:         1px 1px 3px 2px #edfead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,254,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edfead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #edfead;
  -webkit-box-shadow: 1px 1px 3px 2px #edfead;
  box-shadow:         1px 1px 3px 2px #edfead;">
Div content here</div>

This div box has shadow with color #edfead


Comments

No comments written yet.

Please login to write comment.