Color Hex Logo

#edf9df Color Hex

#EDF9DF
(237,249,223)
0 Favorites   0 Comments

Color spaces of #edf9df

RGB 237249223
HSL0.240.680.93
HSV88°10°98°
CMYK 0.050.000.10   0.02
XYZ82.120091.083683.0647
Yxy91.08360.32040.3554
Hunter Lab95.4377-13.424615.2031
CIE-Lab96.4445-8.455211.1234

#edf9df color RGB value is (237,249,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 11011111
Octal 355 371 337
Decimal 237 249 223
Hex ED F9 DF

RGB Percentages of Color #edf9df

%33.43
%35.12
%31.45

CMYK Percentages of Color #edf9df

%5
%0
%10
%2

Triadic Colors of #edf9df

#edf9df #dfedf9 #f9dfed

Analogous Colors of #edf9df

#edf9df #e0f9df #f9f8df

Monochromatic Colors of #edf9df

#edf9df

Complementary Color

#edf9df #ebdff9

#edf9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf9df Color CSS Codes

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

#edf9df Text Font Color

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

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


#edf9df Background Color

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

This div background color is #edf9df


#edf9df Border Color

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

This div border color is #edf9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf9df


Comments

No comments written yet.

Please login to write comment.