Color Hex Logo

#eab5ce Color Hex

#EAB5CE
(234,181,206)
0 Favorites   0 Comments

Color spaces of #eab5ce

RGB 234181206
HSL0.920.560.81
HSV332°23°92°
CMYK 0.000.230.12   0.08
XYZ61.596154.996465.7614
Yxy54.99640.33780.3016
Hunter Lab74.159618.4809-0.6640
CIE-Lab79.039223.0364-5.1965

#eab5ce color RGB value is (234,181,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 11001110
Octal 352 265 316
Decimal 234 181 206
Hex EA B5 CE

RGB Percentages of Color #eab5ce

%37.68
%29.15
%33.17

CMYK Percentages of Color #eab5ce

%0
%23
%12
%8

Triadic Colors of #eab5ce

#eab5ce #ceeab5 #b5ceea

Analogous Colors of #eab5ce

#eab5ce #eab7b5 #eab5e9

Monochromatic Colors of #eab5ce

#eab5ce

Complementary Color

#eab5ce #b5ead1

#eab5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab5ce Color CSS Codes

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

#eab5ce Text Font Color

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

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


#eab5ce Background Color

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

This div background color is #eab5ce


#eab5ce Border Color

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

This div border color is #eab5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab5ce


Comments

No comments written yet.

Please login to write comment.