Color Hex Logo

#eea6cd Color Hex

#EEA6CD
(238,166,205)
0 Favorites   0 Comments

Color spaces of #eea6cd

RGB 238166205
HSL0.910.680.79
HSV328°30°93°
CMYK 0.000.300.14   0.07
XYZ59.915649.857464.2231
Yxy49.85740.34440.2865
Hunter Lab70.609827.8983-4.5004
CIE-Lab75.981732.2442-9.1395

#eea6cd color RGB value is (238,166,205).

#eea6cd hex color red value is 238, green value is 166 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eea6cd hue: 0.91 , saturation: 0.68 and the lightness value of eea6cd is 0.79.

The process color (four color CMYK) of #eea6cd color hex is 0.00, 0.30, 0.14, 0.07. Web safe color of #eea6cd is #ff99cc. Color #eea6cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 11001101
Octal 356 246 315
Decimal 238 166 205
Hex EE A6 CD

RGB Percentages of Color #eea6cd

%39.08
%27.26
%33.66

CMYK Percentages of Color #eea6cd

%0
%30
%14
%7

Triadic Colors of #eea6cd

#eea6cd #cdeea6 #a6cdee

Analogous Colors of #eea6cd

#eea6cd #eea6a9 #eba6ee

Monochromatic Colors of #eea6cd

#eea6cd

Complementary Color

#eea6cd #a6eec7

#eea6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea6cd Color CSS Codes

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

#eea6cd Text Font Color

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

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


#eea6cd Background Color

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

This div background color is #eea6cd


#eea6cd Border Color

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

This div border color is #eea6cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,166,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eea6cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eea6cd;
  -webkit-box-shadow: 1px 1px 3px 2px #eea6cd;
  box-shadow:         1px 1px 3px 2px #eea6cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,166,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea6cd

#eea6cd Color Palettes


Comments

No comments written yet.

Please login to write comment.