Color Hex Logo

#eaacc9 Color Hex

#EAACC9
(234,172,201)
0 Favorites   0 Comments

Color spaces of #eaacc9

RGB 234172201
HSL0.920.600.80
HSV332°26°92°
CMYK 0.000.260.14   0.08
XYZ59.226851.214562.0221
Yxy51.21450.34340.2970
Hunter Lab71.564322.4895-1.2894
CIE-Lab76.808827.0298-5.7751

#eaacc9 color RGB value is (234,172,201).

#eaacc9 hex color red value is 234, green value is 172 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #eaacc9 hue: 0.92 , saturation: 0.60 and the lightness value of eaacc9 is 0.80.

The process color (four color CMYK) of #eaacc9 color hex is 0.00, 0.26, 0.14, 0.08. Web safe color of #eaacc9 is #ff99cc. Color #eaacc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 11001001
Octal 352 254 311
Decimal 234 172 201
Hex EA AC C9

RGB Percentages of Color #eaacc9

%38.55
%28.34
%33.11

CMYK Percentages of Color #eaacc9

%0
%26
%14
%8

Triadic Colors of #eaacc9

#eaacc9 #c9eaac #acc9ea

Analogous Colors of #eaacc9

#eaacc9 #eaaeac #eaace8

Monochromatic Colors of #eaacc9

#eaacc9

Complementary Color

#eaacc9 #aceacd

#eaacc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaacc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaacc9 Color CSS Codes

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

#eaacc9 Text Font Color

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

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


#eaacc9 Background Color

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

This div background color is #eaacc9


#eaacc9 Border Color

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

This div border color is #eaacc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaacc9


Comments

No comments written yet.

Please login to write comment.