Color Hex Logo

#eaadca Color Hex

#EAADCA
(234,173,202)
0 Favorites   0 Comments

Color spaces of #eaadca

RGB 234173202
HSL0.920.590.80
HSV331°26°92°
CMYK 0.000.260.14   0.08
XYZ59.535951.643862.7075
Yxy51.64380.34240.2970
Hunter Lab71.863622.1182-1.4313
CIE-Lab77.067426.6568-5.9377

#eaadca color RGB value is (234,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11001010
Octal 352 255 312
Decimal 234 173 202
Hex EA AD CA

RGB Percentages of Color #eaadca

%38.42
%28.41
%33.17

CMYK Percentages of Color #eaadca

%0
%26
%14
%8

Triadic Colors of #eaadca

#eaadca #caeaad #adcaea

Analogous Colors of #eaadca

#eaadca #eaafad #eaade9

Monochromatic Colors of #eaadca

#eaadca

Complementary Color

#eaadca #adeacd

#eaadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadca Color CSS Codes

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

#eaadca Text Font Color

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

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


#eaadca Background Color

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

This div background color is #eaadca


#eaadca Border Color

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

This div border color is #eaadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadca


Comments

No comments written yet.

Please login to write comment.