Color Hex Logo

#eaacd2 Color Hex

#EAACD2
(234,172,210)
0 Favorites   0 Comments

Color spaces of #eaacd2

RGB 234172210
HSL0.900.600.80
HSV323°26°92°
CMYK 0.000.260.10   0.08
XYZ60.317151.650667.7633
Yxy51.65060.33560.2874
Hunter Lab71.868424.0404-5.5956
CIE-Lab77.071428.5023-10.2875

#eaacd2 color RGB value is (234,172,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 11010010
Octal 352 254 322
Decimal 234 172 210
Hex EA AC D2

RGB Percentages of Color #eaacd2

%37.99
%27.92
%34.09

CMYK Percentages of Color #eaacd2

%0
%26
%10
%8

Triadic Colors of #eaacd2

#eaacd2 #d2eaac #acd2ea

Analogous Colors of #eaacd2

#eaacd2 #eaacb3 #e3acea

Monochromatic Colors of #eaacd2

#eaacd2

Complementary Color

#eaacd2 #aceac4

#eaacd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaacd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaacd2 Color CSS Codes

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

#eaacd2 Text Font Color

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

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


#eaacd2 Background Color

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

This div background color is #eaacd2


#eaacd2 Border Color

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

This div border color is #eaacd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaacd2


Comments

No comments written yet.

Please login to write comment.