Color Hex Logo

#eacce2 Color Hex

#EACCE2
(234,204,226)
0 Favorites   0 Comments

Color spaces of #eacce2

RGB 234204226
HSL0.880.420.86
HSV316°13°92°
CMYK 0.000.130.03   0.08
XYZ69.252066.169181.0735
Yxy66.16910.31990.3056
Hunter Lab81.34449.6121-2.1515
CIE-Lab85.082614.2185-6.9940

#eacce2 color RGB value is (234,204,226).

#eacce2 hex color red value is 234, green value is 204 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #eacce2 hue: 0.88 , saturation: 0.42 and the lightness value of eacce2 is 0.86.

The process color (four color CMYK) of #eacce2 color hex is 0.00, 0.13, 0.03, 0.08. Web safe color of #eacce2 is #ffcccc. Color #eacce2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 11100010
Octal 352 314 342
Decimal 234 204 226
Hex EA CC E2

RGB Percentages of Color #eacce2

%35.24
%30.72
%34.04

CMYK Percentages of Color #eacce2

%0
%13
%3
%8

Triadic Colors of #eacce2

#eacce2 #e2eacc #cce2ea

Analogous Colors of #eacce2

#eacce2 #eaccd3 #e3ccea

Monochromatic Colors of #eacce2

#eacce2

Complementary Color

#eacce2 #ccead4

#eacce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacce2 Color CSS Codes

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

#eacce2 Text Font Color

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

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


#eacce2 Background Color

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

This div background color is #eacce2


#eacce2 Border Color

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

This div border color is #eacce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacce2

#eacce2 Color Palettes


Comments

No comments written yet.

Please login to write comment.