Color Hex Logo

#ebdcbe Color Hex

#EBDCBE
(235,220,190)
0 Favorites   0 Comments

Color spaces of #ebdcbe

RGB 235220190
HSL0.110.530.83
HSV40°19°92°
CMYK 0.000.060.19   0.08
XYZ69.148472.566359.0774
Yxy72.56630.34440.3614
Hunter Lab85.1859-4.180418.5118
CIE-Lab88.24050.382516.6012

#ebdcbe color RGB value is (235,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10111110
Octal 353 334 276
Decimal 235 220 190
Hex EB DC BE

RGB Percentages of Color #ebdcbe

%36.43
%34.11
%29.46

CMYK Percentages of Color #ebdcbe

%0
%6
%19
%8

Triadic Colors of #ebdcbe

#ebdcbe #beebdc #dcbeeb

Analogous Colors of #ebdcbe

#ebdcbe #e4ebbe #ebc6be

Monochromatic Colors of #ebdcbe

#ebdcbe

Complementary Color

#ebdcbe #becdeb

#ebdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcbe Color CSS Codes

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

#ebdcbe Text Font Color

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

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


#ebdcbe Background Color

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

This div background color is #ebdcbe


#ebdcbe Border Color

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

This div border color is #ebdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcbe


Comments

No comments written yet.

Please login to write comment.