Color Hex Logo

#ebdcbd Color Hex

#EBDCBD
(235,220,189)
0 Favorites   0 Comments

Color spaces of #ebdcbd

RGB 235220189
HSL0.110.530.83
HSV40°20°92°
CMYK 0.000.060.20   0.08
XYZ69.039572.522758.5036
Yxy72.52270.34510.3625
Hunter Lab85.1603-4.320318.8810
CIE-Lab88.21960.236317.0951

#ebdcbd color RGB value is (235,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10111101
Octal 353 334 275
Decimal 235 220 189
Hex EB DC BD

RGB Percentages of Color #ebdcbd

%36.49
%34.16
%29.35

CMYK Percentages of Color #ebdcbd

%0
%6
%20
%8

Triadic Colors of #ebdcbd

#ebdcbd #bdebdc #dcbdeb

Analogous Colors of #ebdcbd

#ebdcbd #e3ebbd #ebc5bd

Monochromatic Colors of #ebdcbd

#ebdcbd

Complementary Color

#ebdcbd #bdcceb

#ebdcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcbd Color CSS Codes

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

#ebdcbd Text Font Color

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

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


#ebdcbd Background Color

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

This div background color is #ebdcbd


#ebdcbd Border Color

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

This div border color is #ebdcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcbd


Comments

No comments written yet.

Please login to write comment.