Color Hex Logo

#ee0dae Color Hex

#EE0DAE
(238,13,174)
0 Favorites   0 Comments

Color spaces of #ee0dae

RGB 23813174
HSL0.880.900.49
HSV317°95°93°
CMYK 0.000.950.27   0.07
XYZ43.043821.521041.9297
Yxy21.52100.40420.2021
Hunter Lab46.390784.4381-21.1150
CIE-Lab53.515084.3333-25.6535

#ee0dae color RGB value is (238,13,174).

#ee0dae hex color red value is 238, green value is 13 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ee0dae hue: 0.88 , saturation: 0.90 and the lightness value of ee0dae is 0.49.

The process color (four color CMYK) of #ee0dae color hex is 0.00, 0.95, 0.27, 0.07. Web safe color of #ee0dae is #ff0099. Color #ee0dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001101 10101110
Octal 356 15 256
Decimal 238 13 174
Hex EE D AE

RGB Percentages of Color #ee0dae

%56.00
%3.06
%40.94

CMYK Percentages of Color #ee0dae

%0
%95
%27
%7

Triadic Colors of #ee0dae

#ee0dae #aeee0d #0daeee

Analogous Colors of #ee0dae

#ee0dae #ee0d3d #be0dee

Monochromatic Colors of #ee0dae

#ee0dae

Complementary Color

#ee0dae #0dee4d

#ee0dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0dae Color CSS Codes

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

#ee0dae Text Font Color

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

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


#ee0dae Background Color

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

This div background color is #ee0dae


#ee0dae Border Color

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

This div border color is #ee0dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0dae


Comments

No comments written yet.

Please login to write comment.