Color Hex Logo

#ebdbad Color Hex

#EBDBAD
(235,219,173)
0 Favorites   0 Comments

Color spaces of #ebdbad

RGB 235219173
HSL0.120.610.80
HSV45°26°92°
CMYK 0.000.070.26   0.08
XYZ67.135371.342349.7672
Yxy71.34230.35660.3790
Hunter Lab84.4644-5.934524.1908
CIE-Lab87.6510-1.483924.6483

#ebdbad color RGB value is (235,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 10101101
Octal 353 333 255
Decimal 235 219 173
Hex EB DB AD

RGB Percentages of Color #ebdbad

%37.48
%34.93
%27.59

CMYK Percentages of Color #ebdbad

%0
%7
%26
%8

Triadic Colors of #ebdbad

#ebdbad #adebdb #dbadeb

Analogous Colors of #ebdbad

#ebdbad #dcebad #ebbcad

Monochromatic Colors of #ebdbad

#ebdbad

Complementary Color

#ebdbad #adbdeb

#ebdbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbad Color CSS Codes

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

#ebdbad Text Font Color

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

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


#ebdbad Background Color

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

This div background color is #ebdbad


#ebdbad Border Color

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

This div border color is #ebdbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbad


Comments

No comments written yet.

Please login to write comment.