Color Hex Logo

#ebdab9 Color Hex

#EBDAB9
(235,218,185)
0 Favorites   0 Comments

Color spaces of #ebdab9

RGB 235218185
HSL0.110.560.82
HSV40°21°92°
CMYK 0.000.070.21   0.08
XYZ68.089371.307856.0740
Yxy71.30780.34830.3648
Hunter Lab84.4439-3.847819.7399
CIE-Lab87.63430.687418.3687

#ebdab9 color RGB value is (235,218,185).

#ebdab9 hex color red value is 235, green value is 218 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ebdab9 hue: 0.11 , saturation: 0.56 and the lightness value of ebdab9 is 0.82.

The process color (four color CMYK) of #ebdab9 color hex is 0.00, 0.07, 0.21, 0.08. Web safe color of #ebdab9 is #ffcccc. Color #ebdab9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 10111001
Octal 353 332 271
Decimal 235 218 185
Hex EB DA B9

RGB Percentages of Color #ebdab9

%36.83
%34.17
%29.00

CMYK Percentages of Color #ebdab9

%0
%7
%21
%8

Triadic Colors of #ebdab9

#ebdab9 #b9ebda #dab9eb

Analogous Colors of #ebdab9

#ebdab9 #e3ebb9 #ebc1b9

Monochromatic Colors of #ebdab9

#ebdab9

Complementary Color

#ebdab9 #b9caeb

#ebdab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdab9 Color CSS Codes

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

#ebdab9 Text Font Color

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

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


#ebdab9 Background Color

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

This div background color is #ebdab9


#ebdab9 Border Color

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

This div border color is #ebdab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdab9


Comments

No comments written yet.

Please login to write comment.