Color Hex Logo

#eea7cd Color Hex

#EEA7CD
(238,167,205)
0 Favorites   0 Comments

Color spaces of #eea7cd

RGB 238167205
HSL0.910.680.79
HSV328°30°93°
CMYK 0.000.300.14   0.07
XYZ60.098150.222464.2840
Yxy50.22240.34420.2876
Hunter Lab70.867827.3550-4.1744
CIE-Lab76.205631.7139-8.8065

#eea7cd color RGB value is (238,167,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 11001101
Octal 356 247 315
Decimal 238 167 205
Hex EE A7 CD

RGB Percentages of Color #eea7cd

%39.02
%27.38
%33.61

CMYK Percentages of Color #eea7cd

%0
%30
%14
%7

Triadic Colors of #eea7cd

#eea7cd #cdeea7 #a7cdee

Analogous Colors of #eea7cd

#eea7cd #eea7aa #eca7ee

Monochromatic Colors of #eea7cd

#eea7cd

Complementary Color

#eea7cd #a7eec8

#eea7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea7cd Color CSS Codes

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

#eea7cd Text Font Color

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

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


#eea7cd Background Color

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

This div background color is #eea7cd


#eea7cd Border Color

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

This div border color is #eea7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea7cd


Comments

No comments written yet.

Please login to write comment.