Color Hex Logo

#eddbd3 Color Hex

#EDDBD3
(237,219,211)
0 Favorites   0 Comments

Color spaces of #eddbd3

RGB 237219211
HSL0.050.420.88
HSV18°11°93°
CMYK 0.000.080.11   0.07
XYZ72.014473.370771.9944
Yxy73.37070.33130.3375
Hunter Lab85.65670.171610.1265
CIE-Lab88.62424.85736.1486

#eddbd3 color RGB value is (237,219,211).

#eddbd3 hex color red value is 237, green value is 219 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #eddbd3 hue: 0.05 , saturation: 0.42 and the lightness value of eddbd3 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11010011
Octal 355 333 323
Decimal 237 219 211
Hex ED DB D3

RGB Percentages of Color #eddbd3

%35.53
%32.83
%31.63

CMYK Percentages of Color #eddbd3

%0
%8
%11
%7

Triadic Colors of #eddbd3

#eddbd3 #d3eddb #dbd3ed

Analogous Colors of #eddbd3

#eddbd3 #ede8d3 #edd3d8

Monochromatic Colors of #eddbd3

#eddbd3

Complementary Color

#eddbd3 #d3e5ed

#eddbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbd3 Color CSS Codes

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

#eddbd3 Text Font Color

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

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


#eddbd3 Background Color

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

This div background color is #eddbd3


#eddbd3 Border Color

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

This div border color is #eddbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbd3


Comments

No comments written yet.

Please login to write comment.