Color Hex Logo

#ee7caa Color Hex

#EE7CAA
(238,124,170)
0 Favorites   0 Comments

Color spaces of #ee7caa

RGB 238124170
HSL0.930.770.71
HSV336°48°93°
CMYK 0.000.480.29   0.07
XYZ49.723235.494742.2607
Yxy35.49470.39010.2784
Hunter Lab59.577444.7152-0.3526
CIE-Lab66.132048.8638-4.2820

#ee7caa color RGB value is (238,124,170).

#ee7caa hex color red value is 238, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ee7caa hue: 0.93 , saturation: 0.77 and the lightness value of ee7caa is 0.71.

The process color (four color CMYK) of #ee7caa color hex is 0.00, 0.48, 0.29, 0.07. Web safe color of #ee7caa is #ff6699. Color #ee7caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111100 10101010
Octal 356 174 252
Decimal 238 124 170
Hex EE 7C AA

RGB Percentages of Color #ee7caa

%44.74
%23.31
%31.95

CMYK Percentages of Color #ee7caa

%0
%48
%29
%7

Triadic Colors of #ee7caa

#ee7caa #aaee7c #7caaee

Analogous Colors of #ee7caa

#ee7caa #ee877c #ee7ce3

Monochromatic Colors of #ee7caa

#ee7caa

Complementary Color

#ee7caa #7ceec0

#ee7caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7caa Color CSS Codes

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

#ee7caa Text Font Color

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

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


#ee7caa Background Color

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

This div background color is #ee7caa


#ee7caa Border Color

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

This div border color is #ee7caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7caa


Comments

No comments written yet.

Please login to write comment.