Color Hex Logo

#edfede Color Hex

#EDFEDE
(237,254,222)
0 Favorites   0 Comments

Color spaces of #edfede

RGB 237254222
HSL0.260.940.93
HSV92°13°100°
CMYK 0.070.000.13   0.00
XYZ83.551794.162182.8787
Yxy94.16210.32060.3613
Hunter Lab97.0372-16.121517.2869
CIE-Lab97.6973-11.103713.4199

#edfede color RGB value is (237,254,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11011110
Octal 355 376 336
Decimal 237 254 222
Hex ED FE DE

RGB Percentages of Color #edfede

%33.24
%35.62
%31.14

CMYK Percentages of Color #edfede

%7
%0
%13
%0

Triadic Colors of #edfede

#edfede #deedfe #fedeed

Analogous Colors of #edfede

#edfede #defedf #fdfede

Monochromatic Colors of #edfede

#edfede

Complementary Color

#edfede #efdefe

#edfede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfede Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfede Color CSS Codes

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

#edfede Text Font Color

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

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


#edfede Background Color

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

This div background color is #edfede


#edfede Border Color

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

This div border color is #edfede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfede


Comments

No comments written yet.

Please login to write comment.