Color Hex Logo

#ebdfad Color Hex

#EBDFAD
(235,223,173)
0 Favorites   0 Comments

Color spaces of #ebdfad

RGB 235223173
HSL0.130.610.80
HSV48°26°92°
CMYK 0.000.050.26   0.08
XYZ68.191573.454750.1193
Yxy73.45470.35560.3830
Hunter Lab85.7057-7.962025.3222
CIE-Lab88.6641-3.527626.0325

#ebdfad color RGB value is (235,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10101101
Octal 353 337 255
Decimal 235 223 173
Hex EB DF AD

RGB Percentages of Color #ebdfad

%37.24
%35.34
%27.42

CMYK Percentages of Color #ebdfad

%0
%5
%26
%8

Triadic Colors of #ebdfad

#ebdfad #adebdf #dfadeb

Analogous Colors of #ebdfad

#ebdfad #d8ebad #ebc0ad

Monochromatic Colors of #ebdfad

#ebdfad

Complementary Color

#ebdfad #adb9eb

#ebdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfad Color CSS Codes

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

#ebdfad Text Font Color

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

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


#ebdfad Background Color

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

This div background color is #ebdfad


#ebdfad Border Color

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

This div border color is #ebdfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfad


Comments

No comments written yet.

Please login to write comment.