Color Hex Logo

#ee00de Color Hex

#EE00DE
(238,0,222)
0 Favorites   0 Comments

Color spaces of #ee00de

RGB 2380222
HSL0.841.000.47
HSV304°100°93°
CMYK 0.001.000.07   0.07
XYZ48.444723.451171.0804
Yxy23.45110.33880.1640
Hunter Lab48.426393.8216-53.1277
CIE-Lab55.534091.0619-50.1631

#ee00de color RGB value is (238,0,222).

#ee00de hex color red value is 238, green value is 0 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ee00de hue: 0.84 , saturation: 1.00 and the lightness value of ee00de is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000000 11011110
Octal 356 0 336
Decimal 238 0 222
Hex EE 0 DE

RGB Percentages of Color #ee00de

%51.74
%0.00
%48.26

CMYK Percentages of Color #ee00de

%0
%100
%7
%7

Triadic Colors of #ee00de

#ee00de #deee00 #00deee

Analogous Colors of #ee00de

#ee00de #ee0067 #8700ee

Monochromatic Colors of #ee00de

#ee00de

Complementary Color

#ee00de #00ee10

#ee00de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee00de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee00de Color CSS Codes

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

#ee00de Text Font Color

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

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


#ee00de Background Color

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

This div background color is #ee00de


#ee00de Border Color

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

This div border color is #ee00de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee00de


Comments

No comments written yet.

Please login to write comment.