Color Hex Logo

#edfbde Color Hex

#EDFBDE
(237,251,222)
0 Favorites   0 Comments

Color spaces of #edfbde

RGB 237251222
HSL0.250.780.93
HSV89°12°98°
CMYK 0.060.000.12   0.02
XYZ82.607092.272882.5638
Yxy92.27280.32090.3584
Hunter Lab96.0587-14.599316.2805
CIE-Lab96.9317-9.615912.3315

#edfbde color RGB value is (237,251,222).

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

The process color (four color CMYK) of #edfbde color hex is 0.06, 0.00, 0.12, 0.02. Web safe color of #edfbde is #ffffcc. Color #edfbde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11011110
Octal 355 373 336
Decimal 237 251 222
Hex ED FB DE

RGB Percentages of Color #edfbde

%33.38
%35.35
%31.27

CMYK Percentages of Color #edfbde

%6
%0
%12
%2

Triadic Colors of #edfbde

#edfbde #deedfb #fbdeed

Analogous Colors of #edfbde

#edfbde #dffbde #fbfbde

Monochromatic Colors of #edfbde

#edfbde

Complementary Color

#edfbde #ecdefb

#edfbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbde Color CSS Codes

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

#edfbde Text Font Color

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

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


#edfbde Background Color

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

This div background color is #edfbde


#edfbde Border Color

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

This div border color is #edfbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbde

Related Colors


Comments

No comments written yet.

Please login to write comment.