Color Hex Logo

#ede0da Color Hex

#EDE0DA
(237,224,218)
0 Favorites   0 Comments

Color spaces of #ede0da

RGB 237224218
HSL0.050.350.89
HSV19°93°
CMYK 0.000.050.08   0.07
XYZ74.235676.377877.1594
Yxy76.37780.32590.3353
Hunter Lab87.3944-1.31668.8297
CIE-Lab90.03453.41784.5092

#ede0da color RGB value is (237,224,218).

#ede0da hex color red value is 237, green value is 224 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ede0da hue: 0.05 , saturation: 0.35 and the lightness value of ede0da is 0.89.

The process color (four color CMYK) of #ede0da color hex is 0.00, 0.05, 0.08, 0.07. Web safe color of #ede0da is #ffcccc. Color #ede0da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 11011010
Octal 355 340 332
Decimal 237 224 218
Hex ED E0 DA

RGB Percentages of Color #ede0da

%34.90
%32.99
%32.11

CMYK Percentages of Color #ede0da

%0
%5
%8
%7

Triadic Colors of #ede0da

#ede0da #daede0 #e0daed

Analogous Colors of #ede0da

#ede0da #edeada #eddade

Monochromatic Colors of #ede0da

#ede0da

Complementary Color

#ede0da #dae7ed

#ede0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede0da Color CSS Codes

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

#ede0da Text Font Color

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

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


#ede0da Background Color

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

This div background color is #ede0da


#ede0da Border Color

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

This div border color is #ede0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede0da


Comments

No comments written yet.

Please login to write comment.