Color Hex Logo

#edfade Color Hex

#EDFADE
(237,250,222)
0 Favorites   0 Comments

Color spaces of #edfade

RGB 237250222
HSL0.240.740.93
HSV88°11°98°
CMYK 0.050.000.11   0.02
XYZ82.295591.649782.4600
Yxy91.64970.32100.3574
Hunter Lab95.7338-14.090615.9445
CIE-Lab96.6769-9.118311.9687

#edfade color RGB value is (237,250,222).

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

The process color (four color CMYK) of #edfade color hex is 0.05, 0.00, 0.11, 0.02. Web safe color of #edfade is #ffffcc. Color #edfade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11011110
Octal 355 372 336
Decimal 237 250 222
Hex ED FA DE

RGB Percentages of Color #edfade

%33.43
%35.26
%31.31

CMYK Percentages of Color #edfade

%5
%0
%11
%2

Triadic Colors of #edfade

#edfade #deedfa #fadeed

Analogous Colors of #edfade

#edfade #dffade #faf9de

Monochromatic Colors of #edfade

#edfade

Complementary Color

#edfade #ebdefa

#edfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfade Color CSS Codes

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

#edfade Text Font Color

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

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


#edfade Background Color

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

This div background color is #edfade


#edfade Border Color

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

This div border color is #edfade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,250,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 #edfade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfade

Related Colors


Comments

No comments written yet.

Please login to write comment.