Color Hex Logo

#edf0db Color Hex

#EDF0DB
(237,240,219)
0 Favorites   0 Comments

Color spaces of #edf0db

RGB 237240219
HSL0.190.410.90
HSV69°94°
CMYK 0.010.000.09   0.06
XYZ78.871385.439279.3523
Yxy85.43920.32370.3506
Hunter Lab92.4333-9.448213.8040
CIE-Lab94.0720-4.59389.7971

#edf0db color RGB value is (237,240,219).

#edf0db hex color red value is 237, green value is 240 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edf0db hue: 0.19 , saturation: 0.41 and the lightness value of edf0db is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 11011011
Octal 355 360 333
Decimal 237 240 219
Hex ED F0 DB

RGB Percentages of Color #edf0db

%34.05
%34.48
%31.47

CMYK Percentages of Color #edf0db

%1
%0
%9
%6

Triadic Colors of #edf0db

#edf0db #dbedf0 #f0dbed

Analogous Colors of #edf0db

#edf0db #e3f0db #f0e9db

Monochromatic Colors of #edf0db

#edf0db

Complementary Color

#edf0db #dedbf0

#edf0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf0db Color CSS Codes

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

#edf0db Text Font Color

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

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


#edf0db Background Color

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

This div background color is #edf0db


#edf0db Border Color

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

This div border color is #edf0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf0db


Comments

No comments written yet.

Please login to write comment.