Color Hex Logo

#ee0ebd Color Hex

#EE0EBD
(238,14,189)
0 Favorites   0 Comments

Color spaces of #ee0ebd

RGB 23814189
HSL0.870.890.49
HSV313°94°93°
CMYK 0.000.940.21   0.07
XYZ44.602222.165350.0717
Yxy22.16530.38170.1897
Hunter Lab47.080086.7154-30.1015
CIE-Lab54.202085.9515-33.3361

#ee0ebd color RGB value is (238,14,189).

#ee0ebd hex color red value is 238, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ee0ebd hue: 0.87 , saturation: 0.89 and the lightness value of ee0ebd is 0.49.

The process color (four color CMYK) of #ee0ebd color hex is 0.00, 0.94, 0.21, 0.07. Web safe color of #ee0ebd is #ff00cc. Color #ee0ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001110 10111101
Octal 356 16 275
Decimal 238 14 189
Hex EE E BD

RGB Percentages of Color #ee0ebd

%53.97
%3.17
%42.86

CMYK Percentages of Color #ee0ebd

%0
%94
%21
%7

Triadic Colors of #ee0ebd

#ee0ebd #bdee0e #0ebdee

Analogous Colors of #ee0ebd

#ee0ebd #ee0e4d #af0eee

Monochromatic Colors of #ee0ebd

#ee0ebd

Complementary Color

#ee0ebd #0eee3f

#ee0ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0ebd Color CSS Codes

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

#ee0ebd Text Font Color

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

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


#ee0ebd Background Color

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

This div background color is #ee0ebd


#ee0ebd Border Color

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

This div border color is #ee0ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0ebd


Comments

No comments written yet.

Please login to write comment.