Color Hex Logo

#eddbda Color Hex

#EDDBDA
(237,219,218)
0 Favorites   0 Comments

Color spaces of #eddbda

RGB 237219218
HSL0.010.350.89
HSV93°
CMYK 0.000.080.08   0.07
XYZ72.911573.729576.7180
Yxy73.72950.32640.3301
Hunter Lab85.86591.30487.1327
CIE-Lab88.79456.00842.7119

#eddbda color RGB value is (237,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11011010
Octal 355 333 332
Decimal 237 219 218
Hex ED DB DA

RGB Percentages of Color #eddbda

%35.16
%32.49
%32.34

CMYK Percentages of Color #eddbda

%0
%8
%8
%7

Triadic Colors of #eddbda

#eddbda #daeddb #dbdaed

Analogous Colors of #eddbda

#eddbda #ede5da #eddae3

Monochromatic Colors of #eddbda

#eddbda

Complementary Color

#eddbda #daeced

#eddbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbda Color CSS Codes

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

#eddbda Text Font Color

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

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


#eddbda Background Color

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

This div background color is #eddbda


#eddbda Border Color

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

This div border color is #eddbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbda


Comments

No comments written yet.

Please login to write comment.