Color Hex Logo

#eeaeca Color Hex

#EEAECA
(238,174,202)
0 Favorites   0 Comments

Color spaces of #eeaeca

RGB 238174202
HSL0.930.650.81
HSV334°27°93°
CMYK 0.000.270.15   0.07
XYZ61.056652.713562.8338
Yxy52.71350.34570.2985
Hunter Lab72.604123.0530-0.4886
CIE-Lab77.705527.5179-4.9490

#eeaeca color RGB value is (238,174,202).

#eeaeca hex color red value is 238, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eeaeca hue: 0.93 , saturation: 0.65 and the lightness value of eeaeca is 0.81.

The process color (four color CMYK) of #eeaeca color hex is 0.00, 0.27, 0.15, 0.07. Web safe color of #eeaeca is #ff99cc. Color #eeaeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11001010
Octal 356 256 312
Decimal 238 174 202
Hex EE AE CA

RGB Percentages of Color #eeaeca

%38.76
%28.34
%32.90

CMYK Percentages of Color #eeaeca

%0
%27
%15
%7

Triadic Colors of #eeaeca

#eeaeca #caeeae #aecaee

Analogous Colors of #eeaeca

#eeaeca #eeb2ae #eeaeea

Monochromatic Colors of #eeaeca

#eeaeca

Complementary Color

#eeaeca #aeeed2

#eeaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaeca Color CSS Codes

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

#eeaeca Text Font Color

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

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


#eeaeca Background Color

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

This div background color is #eeaeca


#eeaeca Border Color

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

This div border color is #eeaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaeca


Comments

No comments written yet.

Please login to write comment.