Color Hex Logo

#ebdcab Color Hex

#EBDCAB
(235,220,171)
0 Favorites   0 Comments

Color spaces of #ebdcab

RGB 235220171
HSL0.130.620.80
HSV46°27°92°
CMYK 0.000.060.27   0.08
XYZ67.204871.788848.8426
Yxy71.78880.35780.3822
Hunter Lab84.7283-6.691825.1314
CIE-Lab87.8668-2.260425.9804

#ebdcab color RGB value is (235,220,171).

#ebdcab hex color red value is 235, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ebdcab hue: 0.13 , saturation: 0.62 and the lightness value of ebdcab is 0.80.

The process color (four color CMYK) of #ebdcab color hex is 0.00, 0.06, 0.27, 0.08. Web safe color of #ebdcab is #ffcc99. Color #ebdcab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10101011
Octal 353 334 253
Decimal 235 220 171
Hex EB DC AB

RGB Percentages of Color #ebdcab

%37.54
%35.14
%27.32

CMYK Percentages of Color #ebdcab

%0
%6
%27
%8

Triadic Colors of #ebdcab

#ebdcab #abebdc #dcabeb

Analogous Colors of #ebdcab

#ebdcab #daebab #ebbcab

Monochromatic Colors of #ebdcab

#ebdcab

Complementary Color

#ebdcab #abbaeb

#ebdcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcab Color CSS Codes

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

#ebdcab Text Font Color

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

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


#ebdcab Background Color

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

This div background color is #ebdcab


#ebdcab Border Color

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

This div border color is #ebdcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcab


Comments

No comments written yet.

Please login to write comment.