Color Hex Logo

#eaadcc Color Hex

#EAADCC
(234,173,204)
0 Favorites   0 Comments

Color spaces of #eaadcc

RGB 234173204
HSL0.920.590.80
HSV330°26°92°
CMYK 0.000.260.13   0.08
XYZ59.774351.739263.9630
Yxy51.73920.34060.2948
Hunter Lab71.930022.4573-2.3721
CIE-Lab77.124626.9803-6.9421

#eaadcc color RGB value is (234,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11001100
Octal 352 255 314
Decimal 234 173 204
Hex EA AD CC

RGB Percentages of Color #eaadcc

%38.30
%28.31
%33.39

CMYK Percentages of Color #eaadcc

%0
%26
%13
%8

Triadic Colors of #eaadcc

#eaadcc #cceaad #adccea

Analogous Colors of #eaadcc

#eaadcc #eaadae #eaadea

Monochromatic Colors of #eaadcc

#eaadcc

Complementary Color

#eaadcc #adeacb

#eaadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadcc Color CSS Codes

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

#eaadcc Text Font Color

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

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


#eaadcc Background Color

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

This div background color is #eaadcc


#eaadcc Border Color

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

This div border color is #eaadcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,173,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 #eaadcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadcc

#eaadcc Color Palettes


Comments

No comments written yet.

Please login to write comment.