Color Hex Logo

#eabdad Color Hex

#EABDAD
(234,189,173)
0 Favorites   0 Comments

Color spaces of #eabdad

RGB 234189173
HSL0.040.590.80
HSV16°26°92°
CMYK 0.000.190.26   0.08
XYZ59.672156.904747.3738
Yxy56.90470.36400.3471
Hunter Lab75.43529.188615.5701
CIE-Lab80.126013.799214.1844

#eabdad color RGB value is (234,189,173).

#eabdad hex color red value is 234, green value is 189 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eabdad hue: 0.04 , saturation: 0.59 and the lightness value of eabdad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 10101101
Octal 352 275 255
Decimal 234 189 173
Hex EA BD AD

RGB Percentages of Color #eabdad

%39.26
%31.71
%29.03

CMYK Percentages of Color #eabdad

%0
%19
%26
%8

Triadic Colors of #eabdad

#eabdad #adeabd #bdadea

Analogous Colors of #eabdad

#eabdad #eadcad #eaadbc

Monochromatic Colors of #eabdad

#eabdad

Complementary Color

#eabdad #addaea

#eabdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdad Color CSS Codes

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

#eabdad Text Font Color

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

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


#eabdad Background Color

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

This div background color is #eabdad


#eabdad Border Color

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

This div border color is #eabdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdad

#eabdad Color Palettes


Comments

No comments written yet.

Please login to write comment.