Color Hex Logo

#eab1ce Color Hex

#EAB1CE
(234,177,206)
0 Favorites   0 Comments

Color spaces of #eab1ce

RGB 234177206
HSL0.920.580.81
HSV329°24°92°
CMYK 0.000.240.12   0.08
XYZ60.794453.392965.4942
Yxy53.39290.33830.2972
Hunter Lab73.070420.6382-1.9933
CIE-Lab78.106425.1716-6.5755

#eab1ce color RGB value is (234,177,206).

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

The process color (four color CMYK) of #eab1ce color hex is 0.00, 0.24, 0.12, 0.08. Web safe color of #eab1ce is #ff99cc. Color #eab1ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 11001110
Octal 352 261 316
Decimal 234 177 206
Hex EA B1 CE

RGB Percentages of Color #eab1ce

%37.93
%28.69
%33.39

CMYK Percentages of Color #eab1ce

%0
%24
%12
%8

Triadic Colors of #eab1ce

#eab1ce #ceeab1 #b1ceea

Analogous Colors of #eab1ce

#eab1ce #eab1b2 #eab1ea

Monochromatic Colors of #eab1ce

#eab1ce

Complementary Color

#eab1ce #b1eacd

#eab1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab1ce Color CSS Codes

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

#eab1ce Text Font Color

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

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


#eab1ce Background Color

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

This div background color is #eab1ce


#eab1ce Border Color

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

This div border color is #eab1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab1ce


Comments

No comments written yet.

Please login to write comment.