Color Hex Logo

#edd4bd Color Hex

#EDD4BD
(237,212,189)
0 Favorites   0 Comments

Color spaces of #edd4bd

RGB 237212189
HSL0.080.570.84
HSV29°20°93°
CMYK 0.000.110.20   0.07
XYZ67.653868.765657.8515
Yxy68.76560.34820.3540
Hunter Lab82.92500.509216.6847
CIE-Lab86.38785.104314.5433

#edd4bd color RGB value is (237,212,189).

#edd4bd hex color red value is 237, green value is 212 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #edd4bd hue: 0.08 , saturation: 0.57 and the lightness value of edd4bd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 10111101
Octal 355 324 275
Decimal 237 212 189
Hex ED D4 BD

RGB Percentages of Color #edd4bd

%37.15
%33.23
%29.62

CMYK Percentages of Color #edd4bd

%0
%11
%20
%7

Triadic Colors of #edd4bd

#edd4bd #bdedd4 #d4bded

Analogous Colors of #edd4bd

#edd4bd #edecbd #edbdbe

Monochromatic Colors of #edd4bd

#edd4bd

Complementary Color

#edd4bd #bdd6ed

#edd4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd4bd Color CSS Codes

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

#edd4bd Text Font Color

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

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


#edd4bd Background Color

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

This div background color is #edd4bd


#edd4bd Border Color

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

This div border color is #edd4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd4bd

#edd4bd Color Palettes


Comments

No comments written yet.

Please login to write comment.