Color Hex Logo

#ee4acc Color Hex

#EE4ACC
(238,74,204)
0 Favorites   0 Comments

Color spaces of #ee4acc

RGB 23874204
HSL0.870.830.61
HSV312°69°93°
CMYK 0.000.690.14   0.07
XYZ48.607827.434359.8602
Yxy27.43430.35770.2019
Hunter Lab52.377873.9911-31.0955
CIE-Lab59.374274.9571-33.8856

#ee4acc color RGB value is (238,74,204).

#ee4acc hex color red value is 238, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ee4acc hue: 0.87 , saturation: 0.83 and the lightness value of ee4acc is 0.61.

The process color (four color CMYK) of #ee4acc color hex is 0.00, 0.69, 0.14, 0.07. Web safe color of #ee4acc is #ff33cc. Color #ee4acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001010 11001100
Octal 356 112 314
Decimal 238 74 204
Hex EE 4A CC

RGB Percentages of Color #ee4acc

%46.12
%14.34
%39.53

CMYK Percentages of Color #ee4acc

%0
%69
%14
%7

Triadic Colors of #ee4acc

#ee4acc #ccee4a #4accee

Analogous Colors of #ee4acc

#ee4acc #ee4a7a #be4aee

Monochromatic Colors of #ee4acc

#ee4acc

Complementary Color

#ee4acc #4aee6c

#ee4acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4acc Color CSS Codes

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

#ee4acc Text Font Color

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

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


#ee4acc Background Color

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

This div background color is #ee4acc


#ee4acc Border Color

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

This div border color is #ee4acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4acc


Comments

No comments written yet.

Please login to write comment.