Color Hex Logo

#ed00de Color Hex

#ED00DE
(237,0,222)
0 Favorites   0 Comments

Color spaces of #ed00de

RGB 2370222
HSL0.841.000.46
HSV304°100°93°
CMYK 0.001.000.06   0.07
XYZ48.109923.278571.0648
Yxy23.27850.33770.1634
Hunter Lab48.247893.5562-53.5555
CIE-Lab55.358190.8981-50.4537

#ed00de color RGB value is (237,0,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 11011110
Octal 355 0 336
Decimal 237 0 222
Hex ED 0 DE

RGB Percentages of Color #ed00de

%51.63
%0.00
%48.37

CMYK Percentages of Color #ed00de

%0
%100
%6
%7

Triadic Colors of #ed00de

#ed00de #deed00 #00deed

Analogous Colors of #ed00de

#ed00de #ed0068 #8600ed

Monochromatic Colors of #ed00de

#ed00de

Complementary Color

#ed00de #00ed0f

#ed00de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed00de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed00de Color CSS Codes

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

#ed00de Text Font Color

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

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


#ed00de Background Color

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

This div background color is #ed00de


#ed00de Border Color

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

This div border color is #ed00de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed00de


Comments

No comments written yet.

Please login to write comment.