Color Hex Logo

#ebdbab Color Hex

#EBDBAB
(235,219,171)
0 Favorites   0 Comments

Color spaces of #ebdbab

RGB 235219171
HSL0.130.620.80
HSV45°27°92°
CMYK 0.000.070.27   0.08
XYZ66.943271.265548.7554
Yxy71.26550.35810.3812
Hunter Lab84.4189-6.184624.8508
CIE-Lab87.6138-1.748625.6354

#ebdbab color RGB value is (235,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 10101011
Octal 353 333 253
Decimal 235 219 171
Hex EB DB AB

RGB Percentages of Color #ebdbab

%37.60
%35.04
%27.36

CMYK Percentages of Color #ebdbab

%0
%7
%27
%8

Triadic Colors of #ebdbab

#ebdbab #abebdb #dbabeb

Analogous Colors of #ebdbab

#ebdbab #dbebab #ebbbab

Monochromatic Colors of #ebdbab

#ebdbab

Complementary Color

#ebdbab #abbbeb

#ebdbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbab Color CSS Codes

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

#ebdbab Text Font Color

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

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


#ebdbab Background Color

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

This div background color is #ebdbab


#ebdbab Border Color

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

This div border color is #ebdbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbab


Comments

No comments written yet.

Please login to write comment.