Color Hex Logo

#eab6ce Color Hex

#EAB6CE
(234,182,206)
0 Favorites   0 Comments

Color spaces of #eab6ce

RGB 234182206
HSL0.920.550.82
HSV332°22°92°
CMYK 0.000.220.12   0.08
XYZ61.800255.404665.8294
Yxy55.40460.33760.3027
Hunter Lab74.434317.9424-0.3319
CIE-Lab79.273822.5027-4.8504

#eab6ce color RGB value is (234,182,206).

#eab6ce hex color red value is 234, green value is 182 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eab6ce hue: 0.92 , saturation: 0.55 and the lightness value of eab6ce is 0.82.

The process color (four color CMYK) of #eab6ce color hex is 0.00, 0.22, 0.12, 0.08. Web safe color of #eab6ce is #ffcccc. Color #eab6ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 11001110
Octal 352 266 316
Decimal 234 182 206
Hex EA B6 CE

RGB Percentages of Color #eab6ce

%37.62
%29.26
%33.12

CMYK Percentages of Color #eab6ce

%0
%22
%12
%8

Triadic Colors of #eab6ce

#eab6ce #ceeab6 #b6ceea

Analogous Colors of #eab6ce

#eab6ce #eab8b6 #eab6e8

Monochromatic Colors of #eab6ce

#eab6ce

Complementary Color

#eab6ce #b6ead2

#eab6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab6ce Color CSS Codes

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

#eab6ce Text Font Color

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

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


#eab6ce Background Color

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

This div background color is #eab6ce


#eab6ce Border Color

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

This div border color is #eab6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab6ce


Comments

No comments written yet.

Please login to write comment.