Color Hex Logo

#ebdbac Color Hex

#EBDBAC
(235,219,172)
0 Favorites   0 Comments

Color spaces of #ebdbac

RGB 235219172
HSL0.120.610.80
HSV45°27°92°
CMYK 0.000.070.27   0.08
XYZ67.038971.303849.2594
Yxy71.30380.35730.3801
Hunter Lab84.4416-6.060124.5220
CIE-Lab87.6324-1.616825.1419

#ebdbac color RGB value is (235,219,172).

#ebdbac hex color red value is 235, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebdbac hue: 0.12 , saturation: 0.61 and the lightness value of ebdbac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 10101100
Octal 353 333 254
Decimal 235 219 172
Hex EB DB AC

RGB Percentages of Color #ebdbac

%37.54
%34.98
%27.48

CMYK Percentages of Color #ebdbac

%0
%7
%27
%8

Triadic Colors of #ebdbac

#ebdbac #acebdb #dbaceb

Analogous Colors of #ebdbac

#ebdbac #dcebac #ebbcac

Monochromatic Colors of #ebdbac

#ebdbac

Complementary Color

#ebdbac #acbceb

#ebdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbac Color CSS Codes

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

#ebdbac Text Font Color

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

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


#ebdbac Background Color

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

This div background color is #ebdbac


#ebdbac Border Color

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

This div border color is #ebdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbac


Comments

No comments written yet.

Please login to write comment.