Color Hex Logo

#eabead Color Hex

#EABEAD
(234,190,173)
0 Favorites   0 Comments

Color spaces of #eabead

RGB 234190173
HSL0.050.590.80
HSV17°26°92°
CMYK 0.000.190.26   0.08
XYZ59.888057.336547.4458
Yxy57.33650.36370.3482
Hunter Lab75.72098.665015.8542
CIE-Lab80.368513.269514.5258

#eabead color RGB value is (234,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 10101101
Octal 352 276 255
Decimal 234 190 173
Hex EA BE AD

RGB Percentages of Color #eabead

%39.20
%31.83
%28.98

CMYK Percentages of Color #eabead

%0
%19
%26
%8

Triadic Colors of #eabead

#eabead #adeabe #beadea

Analogous Colors of #eabead

#eabead #eaddad #eaadbb

Monochromatic Colors of #eabead

#eabead

Complementary Color

#eabead #add9ea

#eabead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabead Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabead Color CSS Codes

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

#eabead Text Font Color

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

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


#eabead Background Color

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

This div background color is #eabead


#eabead Border Color

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

This div border color is #eabead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabead


Comments

No comments written yet.

Please login to write comment.