Color Hex Logo

#edf8da Color Hex

#EDF8DA
(237,248,218)
0 Favorites   0 Comments

Color spaces of #edf8da

RGB 237248218
HSL0.230.680.91
HSV82°12°97°
CMYK 0.040.000.12   0.03
XYZ81.147390.201379.4633
Yxy90.20130.32350.3596
Hunter Lab94.9744-13.692516.8752
CIE-Lab96.0802-8.772913.1755

#edf8da color RGB value is (237,248,218).

#edf8da hex color red value is 237, green value is 248 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edf8da hue: 0.23 , saturation: 0.68 and the lightness value of edf8da is 0.91.

The process color (four color CMYK) of #edf8da color hex is 0.04, 0.00, 0.12, 0.03. Web safe color of #edf8da is #ffffcc. Color #edf8da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 11011010
Octal 355 370 332
Decimal 237 248 218
Hex ED F8 DA

RGB Percentages of Color #edf8da

%33.71
%35.28
%31.01

CMYK Percentages of Color #edf8da

%4
%0
%12
%3

Triadic Colors of #edf8da

#edf8da #daedf8 #f8daed

Analogous Colors of #edf8da

#edf8da #def8da #f8f4da

Monochromatic Colors of #edf8da

#edf8da

Complementary Color

#edf8da #e5daf8

#edf8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf8da Color CSS Codes

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

#edf8da Text Font Color

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

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


#edf8da Background Color

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

This div background color is #edf8da


#edf8da Border Color

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

This div border color is #edf8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf8da

Related Colors


Comments

No comments written yet.

Please login to write comment.