Color Hex Logo

#eddbce Color Hex

#EDDBCE
(237,219,206)
0 Favorites   0 Comments

Color spaces of #eddbce

RGB 237219206
HSL0.070.460.87
HSV25°13°93°
CMYK 0.000.080.13   0.07
XYZ71.397173.123868.7438
Yxy73.12380.33480.3429
Hunter Lab85.5125-0.611412.1953
CIE-Lab88.50674.05768.6088

#eddbce color RGB value is (237,219,206).

#eddbce hex color red value is 237, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eddbce hue: 0.07 , saturation: 0.46 and the lightness value of eddbce is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11001110
Octal 355 333 316
Decimal 237 219 206
Hex ED DB CE

RGB Percentages of Color #eddbce

%35.80
%33.08
%31.12

CMYK Percentages of Color #eddbce

%0
%8
%13
%7

Triadic Colors of #eddbce

#eddbce #ceeddb #dbceed

Analogous Colors of #eddbce

#eddbce #edebce #edced1

Monochromatic Colors of #eddbce

#eddbce

Complementary Color

#eddbce #cee0ed

#eddbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbce Color CSS Codes

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

#eddbce Text Font Color

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

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


#eddbce Background Color

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

This div background color is #eddbce


#eddbce Border Color

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

This div border color is #eddbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbce


Comments

No comments written yet.

Please login to write comment.