Color Hex Logo

#edefdf Color Hex

#EDEFDF
(237,239,223)
0 Favorites   0 Comments

Color spaces of #edefdf

RGB 237239223
HSL0.190.330.91
HSV68°94°
CMYK 0.010.000.07   0.06
XYZ79.110885.065282.0617
Yxy85.06520.32130.3455
Hunter Lab92.2308-8.295811.8087
CIE-Lab93.9112-3.42547.4942

#edefdf color RGB value is (237,239,223).

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

The process color (four color CMYK) of #edefdf color hex is 0.01, 0.00, 0.07, 0.06. Web safe color of #edefdf is #ffffcc. Color #edefdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 11011111
Octal 355 357 337
Decimal 237 239 223
Hex ED EF DF

RGB Percentages of Color #edefdf

%33.91
%34.19
%31.90

CMYK Percentages of Color #edefdf

%1
%0
%7
%6

Triadic Colors of #edefdf

#edefdf #dfedef #efdfed

Analogous Colors of #edefdf

#edefdf #e5efdf #efe9df

Monochromatic Colors of #edefdf

#edefdf

Complementary Color

#edefdf #e1dfef

#edefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefdf Color CSS Codes

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

#edefdf Text Font Color

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

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


#edefdf Background Color

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

This div background color is #edefdf


#edefdf Border Color

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

This div border color is #edefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefdf


Comments

No comments written yet.

Please login to write comment.