Color Hex Logo

#edfeda Color Hex

#EDFEDA
(237,254,218)
0 Favorites   0 Comments

Color spaces of #edfeda

RGB 237254218
HSL0.250.950.93
HSV88°14°100°
CMYK 0.070.000.14   0.00
XYZ83.021893.950180.0881
Yxy93.95010.32300.3655
Hunter Lab96.9279-16.732818.8602
CIE-Lab97.6119-11.750415.3457

#edfeda color RGB value is (237,254,218).

#edfeda hex color red value is 237, green value is 254 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edfeda hue: 0.25 , saturation: 0.95 and the lightness value of edfeda is 0.93.

The process color (four color CMYK) of #edfeda color hex is 0.07, 0.00, 0.14, 0.00. Web safe color of #edfeda is #ffffcc. Color #edfeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11011010
Octal 355 376 332
Decimal 237 254 218
Hex ED FE DA

RGB Percentages of Color #edfeda

%33.43
%35.83
%30.75

CMYK Percentages of Color #edfeda

%7
%0
%14
%0

Triadic Colors of #edfeda

#edfeda #daedfe #fedaed

Analogous Colors of #edfeda

#edfeda #dbfeda #fefdda

Monochromatic Colors of #edfeda

#edfeda

Complementary Color

#edfeda #ebdafe

#edfeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfeda Color CSS Codes

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

#edfeda Text Font Color

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

This sample text font color is #edfeda
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.


#edfeda Background Color

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

This div background color is #edfeda


#edfeda Border Color

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

This div border color is #edfeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfeda


Comments

No comments written yet.

Please login to write comment.