Color Hex Logo

#eaacc7 Color Hex

#EAACC7
(234,172,199)
0 Favorites   0 Comments

Color spaces of #eaacc7

RGB 234172199
HSL0.930.600.80
HSV334°26°92°
CMYK 0.000.260.15   0.08
XYZ58.993051.121060.7909
Yxy51.12100.34520.2991
Hunter Lab71.499022.1552-0.3612
CIE-Lab76.752226.7107-4.7681

#eaacc7 color RGB value is (234,172,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 11000111
Octal 352 254 307
Decimal 234 172 199
Hex EA AC C7

RGB Percentages of Color #eaacc7

%38.68
%28.43
%32.89

CMYK Percentages of Color #eaacc7

%0
%26
%15
%8

Triadic Colors of #eaacc7

#eaacc7 #c7eaac #acc7ea

Analogous Colors of #eaacc7

#eaacc7 #eab0ac #eaace6

Monochromatic Colors of #eaacc7

#eaacc7

Complementary Color

#eaacc7 #aceacf

#eaacc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaacc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaacc7 Color CSS Codes

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

#eaacc7 Text Font Color

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

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


#eaacc7 Background Color

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

This div background color is #eaacc7


#eaacc7 Border Color

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

This div border color is #eaacc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaacc7

#eaacc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.