Color Hex Logo

#ee0dac Color Hex

#EE0DAC
(238,13,172)
0 Favorites   0 Comments

Color spaces of #ee0dac

RGB 23813172
HSL0.880.900.49
HSV318°95°93°
CMYK 0.000.950.28   0.07
XYZ42.850221.443540.9103
Yxy21.44350.40730.2038
Hunter Lab46.307184.1371-19.9651
CIE-Lab53.431584.1169-24.6086

#ee0dac color RGB value is (238,13,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001101 10101100
Octal 356 15 254
Decimal 238 13 172
Hex EE D AC

RGB Percentages of Color #ee0dac

%56.26
%3.07
%40.66

CMYK Percentages of Color #ee0dac

%0
%95
%28
%7

Triadic Colors of #ee0dac

#ee0dac #acee0d #0dacee

Analogous Colors of #ee0dac

#ee0dac #ee0d3b #c00dee

Monochromatic Colors of #ee0dac

#ee0dac

Complementary Color

#ee0dac #0dee4f

#ee0dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0dac Color CSS Codes

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

#ee0dac Text Font Color

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

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


#ee0dac Background Color

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

This div background color is #ee0dac


#ee0dac Border Color

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

This div border color is #ee0dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0dac


Comments

No comments written yet.

Please login to write comment.