Color Hex Logo

#eacce3 Color Hex

#EACCE3
(234,204,227)
0 Favorites   0 Comments

Color spaces of #eacce3

RGB 234204227
HSL0.870.420.86
HSV314°13°92°
CMYK 0.000.130.03   0.08
XYZ69.389766.224281.7984
Yxy66.22420.31920.3046
Hunter Lab81.37839.7916-2.6313
CIE-Lab85.110614.3956-7.4843

#eacce3 color RGB value is (234,204,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 11100011
Octal 352 314 343
Decimal 234 204 227
Hex EA CC E3

RGB Percentages of Color #eacce3

%35.19
%30.68
%34.14

CMYK Percentages of Color #eacce3

%0
%13
%3
%8

Triadic Colors of #eacce3

#eacce3 #e3eacc #cce3ea

Analogous Colors of #eacce3

#eacce3 #eaccd4 #e2ccea

Monochromatic Colors of #eacce3

#eacce3

Complementary Color

#eacce3 #ccead3

#eacce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacce3 Color CSS Codes

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

#eacce3 Text Font Color

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

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


#eacce3 Background Color

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

This div background color is #eacce3


#eacce3 Border Color

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

This div border color is #eacce3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacce3


Comments

No comments written yet.

Please login to write comment.