Color Hex Logo

#edf9bd Color Hex

#EDF9BD
(237,249,189)
0 Favorites   0 Comments

Color spaces of #edf9bd

RGB 237249189
HSL0.200.830.86
HSV72°24°98°
CMYK 0.050.000.24   0.02
XYZ77.986089.430061.2955
Yxy89.43000.34100.3910
Hunter Lab94.5674-18.291227.7674
CIE-Lab95.7598-13.633327.5492

#edf9bd color RGB value is (237,249,189).

#edf9bd hex color red value is 237, green value is 249 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #edf9bd hue: 0.20 , saturation: 0.83 and the lightness value of edf9bd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 10111101
Octal 355 371 275
Decimal 237 249 189
Hex ED F9 BD

RGB Percentages of Color #edf9bd

%35.11
%36.89
%28.00

CMYK Percentages of Color #edf9bd

%5
%0
%24
%2

Triadic Colors of #edf9bd

#edf9bd #bdedf9 #f9bded

Analogous Colors of #edf9bd

#edf9bd #cff9bd #f9e7bd

Monochromatic Colors of #edf9bd

#edf9bd

Complementary Color

#edf9bd #c9bdf9

#edf9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf9bd Color CSS Codes

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

#edf9bd Text Font Color

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

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


#edf9bd Background Color

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

This div background color is #edf9bd


#edf9bd Border Color

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

This div border color is #edf9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf9bd


Comments

No comments written yet.

Please login to write comment.