Color Hex Logo

#eadba9 Color Hex

#EADBA9
(234,219,169)
0 Favorites   0 Comments

Color spaces of #eadba9

RGB 234219169
HSL0.130.610.79
HSV46°28°92°
CMYK 0.000.060.28   0.08
XYZ66.424671.020047.7434
Yxy71.02000.35870.3835
Hunter Lab84.2734-6.784025.4018
CIE-Lab87.4947-2.387026.4960

#eadba9 color RGB value is (234,219,169).

#eadba9 hex color red value is 234, green value is 219 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #eadba9 hue: 0.13 , saturation: 0.61 and the lightness value of eadba9 is 0.79.

The process color (four color CMYK) of #eadba9 color hex is 0.00, 0.06, 0.28, 0.08. Web safe color of #eadba9 is #ffcc99. Color #eadba9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 10101001
Octal 352 333 251
Decimal 234 219 169
Hex EA DB A9

RGB Percentages of Color #eadba9

%37.62
%35.21
%27.17

CMYK Percentages of Color #eadba9

%0
%6
%28
%8

Triadic Colors of #eadba9

#eadba9 #a9eadb #dba9ea

Analogous Colors of #eadba9

#eadba9 #d9eaa9 #eabba9

Monochromatic Colors of #eadba9

#eadba9

Complementary Color

#eadba9 #a9b8ea

#eadba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadba9 Color CSS Codes

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

#eadba9 Text Font Color

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

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


#eadba9 Background Color

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

This div background color is #eadba9


#eadba9 Border Color

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

This div border color is #eadba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadba9


Comments

No comments written yet.

Please login to write comment.