Color Hex Logo

#ee3cae Color Hex

#EE3CAE
(238,60,174)
0 Favorites   0 Comments

Color spaces of #ee3cae

RGB 23860174
HSL0.890.840.58
HSV322°75°93°
CMYK 0.000.750.27   0.07
XYZ44.515724.464942.4203
Yxy24.46490.39960.2196
Hunter Lab49.462074.0911-16.2257
CIE-Lab56.550375.5781-20.9856

#ee3cae color RGB value is (238,60,174).

#ee3cae hex color red value is 238, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ee3cae hue: 0.89 , saturation: 0.84 and the lightness value of ee3cae is 0.58.

The process color (four color CMYK) of #ee3cae color hex is 0.00, 0.75, 0.27, 0.07. Web safe color of #ee3cae is #ff3399. Color #ee3cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111100 10101110
Octal 356 74 256
Decimal 238 60 174
Hex EE 3C AE

RGB Percentages of Color #ee3cae

%50.42
%12.71
%36.86

CMYK Percentages of Color #ee3cae

%0
%75
%27
%7

Triadic Colors of #ee3cae

#ee3cae #aeee3c #3caeee

Analogous Colors of #ee3cae

#ee3cae #ee3c55 #d53cee

Monochromatic Colors of #ee3cae

#ee3cae

Complementary Color

#ee3cae #3cee7c

#ee3cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3cae Color CSS Codes

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

#ee3cae Text Font Color

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

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


#ee3cae Background Color

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

This div background color is #ee3cae


#ee3cae Border Color

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

This div border color is #ee3cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3cae


Comments

No comments written yet.

Please login to write comment.