Color Hex Logo

#edf1df Color Hex

#EDF1DF
(237,241,223)
0 Favorites   0 Comments

Color spaces of #edf1df

RGB 237241223
HSL0.200.390.91
HSV73°95°
CMYK 0.020.000.07   0.05
XYZ79.699686.242882.2579
Yxy86.24280.32110.3475
Hunter Lab92.8670-9.326412.4902
CIE-Lab94.4161-4.43768.2197

#edf1df color RGB value is (237,241,223).

#edf1df hex color red value is 237, green value is 241 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #edf1df hue: 0.20 , saturation: 0.39 and the lightness value of edf1df is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110001 11011111
Octal 355 361 337
Decimal 237 241 223
Hex ED F1 DF

RGB Percentages of Color #edf1df

%33.81
%34.38
%31.81

CMYK Percentages of Color #edf1df

%2
%0
%7
%5

Triadic Colors of #edf1df

#edf1df #dfedf1 #f1dfed

Analogous Colors of #edf1df

#edf1df #e4f1df #f1ecdf

Monochromatic Colors of #edf1df

#edf1df

Complementary Color

#edf1df #e3dff1

#edf1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf1df Color CSS Codes

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

#edf1df Text Font Color

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

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


#edf1df Background Color

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

This div background color is #edf1df


#edf1df Border Color

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

This div border color is #edf1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf1df


Comments

No comments written yet.

Please login to write comment.