Color Hex Logo

#ebd2cd Color Hex

#EBD2CD
(235,210,205)
0 Favorites   0 Comments

Color spaces of #ebd2cd

RGB 235210205
HSL0.030.430.86
HSV10°13°92°
CMYK 0.000.110.13   0.08
XYZ68.327068.163167.3132
Yxy68.16310.33530.3345
Hunter Lab82.56093.24409.4526
CIE-Lab86.08797.87295.6370

#ebd2cd color RGB value is (235,210,205).

#ebd2cd hex color red value is 235, green value is 210 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebd2cd hue: 0.03 , saturation: 0.43 and the lightness value of ebd2cd is 0.86.

The process color (four color CMYK) of #ebd2cd color hex is 0.00, 0.11, 0.13, 0.08. Web safe color of #ebd2cd is #ffcccc. Color #ebd2cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 11001101
Octal 353 322 315
Decimal 235 210 205
Hex EB D2 CD

RGB Percentages of Color #ebd2cd

%36.15
%32.31
%31.54

CMYK Percentages of Color #ebd2cd

%0
%11
%13
%8

Triadic Colors of #ebd2cd

#ebd2cd #cdebd2 #d2cdeb

Analogous Colors of #ebd2cd

#ebd2cd #ebe1cd #ebcdd7

Monochromatic Colors of #ebd2cd

#ebd2cd

Complementary Color

#ebd2cd #cde6eb

#ebd2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd2cd Color CSS Codes

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

#ebd2cd Text Font Color

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

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


#ebd2cd Background Color

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

This div background color is #ebd2cd


#ebd2cd Border Color

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

This div border color is #ebd2cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,210,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd2cd

#ebd2cd Color Palettes


Comments

No comments written yet.

Please login to write comment.