Color Hex Logo

#ebd4bd Color Hex

#EBD4BD
(235,212,189)
0 Favorites   0 Comments

Color spaces of #ebd4bd

RGB 235212189
HSL0.080.530.83
HSV30°20°92°
CMYK 0.000.100.20   0.08
XYZ66.989768.423357.8204
Yxy68.42330.34670.3541
Hunter Lab82.7184-0.198516.4590
CIE-Lab86.21774.372314.2789

#ebd4bd color RGB value is (235,212,189).

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

The process color (four color CMYK) of #ebd4bd color hex is 0.00, 0.10, 0.20, 0.08. Web safe color of #ebd4bd is #ffcccc. Color #ebd4bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 10111101
Octal 353 324 275
Decimal 235 212 189
Hex EB D4 BD

RGB Percentages of Color #ebd4bd

%36.95
%33.33
%29.72

CMYK Percentages of Color #ebd4bd

%0
%10
%20
%8

Triadic Colors of #ebd4bd

#ebd4bd #bdebd4 #d4bdeb

Analogous Colors of #ebd4bd

#ebd4bd #ebebbd #ebbdbd

Monochromatic Colors of #ebd4bd

#ebd4bd

Complementary Color

#ebd4bd #bdd4eb

#ebd4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd4bd Color CSS Codes

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

#ebd4bd Text Font Color

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

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


#ebd4bd Background Color

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

This div background color is #ebd4bd


#ebd4bd Border Color

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

This div border color is #ebd4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd4bd


Comments

No comments written yet.

Please login to write comment.