Color Hex Logo

#eac8cc Color Hex

#EAC8CC
(234,200,204)
0 Favorites   0 Comments

Color spaces of #eac8cc

RGB 234200204
HSL0.980.450.85
HSV353°15°92°
CMYK 0.000.150.13   0.08
XYZ65.485063.160665.8665
Yxy63.16060.33670.3247
Hunter Lab79.47368.00226.4929
CIE-Lab83.526812.61402.4507

#eac8cc color RGB value is (234,200,204).

#eac8cc hex color red value is 234, green value is 200 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eac8cc hue: 0.98 , saturation: 0.45 and the lightness value of eac8cc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 11001100
Octal 352 310 314
Decimal 234 200 204
Hex EA C8 CC

RGB Percentages of Color #eac8cc

%36.68
%31.35
%31.97

CMYK Percentages of Color #eac8cc

%0
%15
%13
%8

Triadic Colors of #eac8cc

#eac8cc #cceac8 #c8ccea

Analogous Colors of #eac8cc

#eac8cc #ead5c8 #eac8dd

Monochromatic Colors of #eac8cc

#eac8cc

Complementary Color

#eac8cc #c8eae6

#eac8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac8cc Color CSS Codes

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

#eac8cc Text Font Color

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

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


#eac8cc Background Color

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

This div background color is #eac8cc


#eac8cc Border Color

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

This div border color is #eac8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac8cc


Comments

No comments written yet.

Please login to write comment.