Color Hex Logo

#edd7bd Color Hex

#EDD7BD
(237,215,189)
0 Favorites   0 Comments

Color spaces of #edd7bd

RGB 237215189
HSL0.090.570.84
HSV33°20°93°
CMYK 0.000.090.20   0.07
XYZ68.410870.279558.1038
Yxy70.27950.34760.3571
Hunter Lab83.8329-1.044817.5896
CIE-Lab87.13383.548115.5942

#edd7bd color RGB value is (237,215,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 10111101
Octal 355 327 275
Decimal 237 215 189
Hex ED D7 BD

RGB Percentages of Color #edd7bd

%36.97
%33.54
%29.49

CMYK Percentages of Color #edd7bd

%0
%9
%20
%7

Triadic Colors of #edd7bd

#edd7bd #bdedd7 #d7bded

Analogous Colors of #edd7bd

#edd7bd #ebedbd #edbfbd

Monochromatic Colors of #edd7bd

#edd7bd

Complementary Color

#edd7bd #bdd3ed

#edd7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd7bd Color CSS Codes

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

#edd7bd Text Font Color

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

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


#edd7bd Background Color

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

This div background color is #edd7bd


#edd7bd Border Color

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

This div border color is #edd7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd7bd


Comments

No comments written yet.

Please login to write comment.