Color Hex Logo

#eadba4 Color Hex

#EADBA4
(234,219,164)
0 Favorites   0 Comments

Color spaces of #eadba4

RGB 234219164
HSL0.130.630.78
HSV47°30°92°
CMYK 0.000.060.30   0.08
XYZ65.964070.835845.3180
Yxy70.83580.36220.3890
Hunter Lab84.1640-7.386726.9902
CIE-Lab87.4052-3.028928.9594

#eadba4 color RGB value is (234,219,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 10100100
Octal 352 333 244
Decimal 234 219 164
Hex EA DB A4

RGB Percentages of Color #eadba4

%37.93
%35.49
%26.58

CMYK Percentages of Color #eadba4

%0
%6
%30
%8

Triadic Colors of #eadba4

#eadba4 #a4eadb #dba4ea

Analogous Colors of #eadba4

#eadba4 #d6eaa4 #eab8a4

Monochromatic Colors of #eadba4

#eadba4

Complementary Color

#eadba4 #a4b3ea

#eadba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadba4 Color CSS Codes

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

#eadba4 Text Font Color

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

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


#eadba4 Background Color

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

This div background color is #eadba4


#eadba4 Border Color

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

This div border color is #eadba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadba4


Comments

No comments written yet.

Please login to write comment.