Color Hex Logo

#ede3bd Color Hex

#EDE3BD
(237,227,189)
0 Favorites   0 Comments

Color spaces of #ede3bd

RGB 237227189
HSL0.130.570.84
HSV48°20°93°
CMYK 0.000.040.20   0.07
XYZ71.579476.616859.1600
Yxy76.61680.34520.3695
Hunter Lab87.5310-7.209121.1991
CIE-Lab90.1449-2.617219.8088

#ede3bd color RGB value is (237,227,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 10111101
Octal 355 343 275
Decimal 237 227 189
Hex ED E3 BD

RGB Percentages of Color #ede3bd

%36.29
%34.76
%28.94

CMYK Percentages of Color #ede3bd

%0
%4
%20
%7

Triadic Colors of #ede3bd

#ede3bd #bdede3 #e3bded

Analogous Colors of #ede3bd

#ede3bd #dfedbd #edcbbd

Monochromatic Colors of #ede3bd

#ede3bd

Complementary Color

#ede3bd #bdc7ed

#ede3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede3bd Color CSS Codes

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

#ede3bd Text Font Color

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

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


#ede3bd Background Color

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

This div background color is #ede3bd


#ede3bd Border Color

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

This div border color is #ede3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede3bd


Comments

No comments written yet.

Please login to write comment.