Color Hex Logo

#ee7ace Color Hex

#EE7ACE
(238,122,206)
0 Favorites   0 Comments

Color spaces of #ee7ace

RGB 238122206
HSL0.880.770.71
HSV317°49°93°
CMYK 0.000.490.13   0.07
XYZ53.360036.552462.6355
Yxy36.55240.34980.2396
Hunter Lab60.458651.7394-19.1038
CIE-Lab66.939954.9739-23.3352

#ee7ace color RGB value is (238,122,206).

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

The process color (four color CMYK) of #ee7ace color hex is 0.00, 0.49, 0.13, 0.07. Web safe color of #ee7ace is #ff66cc. Color #ee7ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111010 11001110
Octal 356 172 316
Decimal 238 122 206
Hex EE 7A CE

RGB Percentages of Color #ee7ace

%42.05
%21.55
%36.40

CMYK Percentages of Color #ee7ace

%0
%49
%13
%7

Triadic Colors of #ee7ace

#ee7ace #ceee7a #7aceee

Analogous Colors of #ee7ace

#ee7ace #ee7a94 #d47aee

Monochromatic Colors of #ee7ace

#ee7ace

Complementary Color

#ee7ace #7aee9a

#ee7ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7ace Color CSS Codes

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

#ee7ace Text Font Color

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

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


#ee7ace Background Color

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

This div background color is #ee7ace


#ee7ace Border Color

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

This div border color is #ee7ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7ace


Comments

No comments written yet.

Please login to write comment.