Color Hex Logo

#ebdaad Color Hex

#EBDAAD
(235,218,173)
0 Favorites   0 Comments

Color spaces of #ebdaad

RGB 235218173
HSL0.120.610.80
HSV44°26°92°
CMYK 0.000.070.26   0.08
XYZ66.875270.822149.6805
Yxy70.82210.35690.3780
Hunter Lab84.1559-5.426223.9079
CIE-Lab87.3985-0.971224.3024

#ebdaad color RGB value is (235,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 10101101
Octal 353 332 255
Decimal 235 218 173
Hex EB DA AD

RGB Percentages of Color #ebdaad

%37.54
%34.82
%27.64

CMYK Percentages of Color #ebdaad

%0
%7
%26
%8

Triadic Colors of #ebdaad

#ebdaad #adebda #daadeb

Analogous Colors of #ebdaad

#ebdaad #ddebad #ebbbad

Monochromatic Colors of #ebdaad

#ebdaad

Complementary Color

#ebdaad #adbeeb

#ebdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdaad Color CSS Codes

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

#ebdaad Text Font Color

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

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


#ebdaad Background Color

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

This div background color is #ebdaad


#ebdaad Border Color

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

This div border color is #ebdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdaad


Comments

No comments written yet.

Please login to write comment.