Color Hex Logo

#eabda3 Color Hex

#EABDA3
(234,189,163)
0 Favorites   0 Comments

Color spaces of #eabda3

RGB 234189163
HSL0.060.630.78
HSV22°30°92°
CMYK 0.000.190.30   0.08
XYZ58.740156.532042.4662
Yxy56.53200.37240.3584
Hunter Lab75.18787.873719.1443
CIE-Lab79.915612.465119.2468

#eabda3 color RGB value is (234,189,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 10100011
Octal 352 275 243
Decimal 234 189 163
Hex EA BD A3

RGB Percentages of Color #eabda3

%39.93
%32.25
%27.82

CMYK Percentages of Color #eabda3

%0
%19
%30
%8

Triadic Colors of #eabda3

#eabda3 #a3eabd #bda3ea

Analogous Colors of #eabda3

#eabda3 #eae1a3 #eaa3ad

Monochromatic Colors of #eabda3

#eabda3

Complementary Color

#eabda3 #a3d0ea

#eabda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabda3 Color CSS Codes

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

#eabda3 Text Font Color

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

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


#eabda3 Background Color

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

This div background color is #eabda3


#eabda3 Border Color

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

This div border color is #eabda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabda3


Comments

No comments written yet.

Please login to write comment.