Color Hex Logo

#edb0ed Color Hex

#EDB0ED
(237,176,237)
0 Favorites   0 Comments

Color spaces of #edb0ed

RGB 237176237
HSL0.830.630.81
HSV300°26°93°
CMYK 0.000.260.00   0.07
XYZ65.736455.169687.3049
Yxy55.16960.31570.2650
Hunter Lab74.276227.9937-17.6966
CIE-Lab79.138932.0920-21.7720

#edb0ed color RGB value is (237,176,237).

#edb0ed hex color red value is 237, green value is 176 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #edb0ed hue: 0.83 , saturation: 0.63 and the lightness value of edb0ed is 0.81.

The process color (four color CMYK) of #edb0ed color hex is 0.00, 0.26, 0.00, 0.07. Web safe color of #edb0ed is #ff99ff. Color #edb0ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 11101101
Octal 355 260 355
Decimal 237 176 237
Hex ED B0 ED

RGB Percentages of Color #edb0ed

%36.46
%27.08
%36.46

CMYK Percentages of Color #edb0ed

%0
%26
%0
%7

Triadic Colors of #edb0ed

#edb0ed #ededb0 #b0eded

Analogous Colors of #edb0ed

#edb0ed #edb0cf #cfb0ed

Monochromatic Colors of #edb0ed

#edb0ed

Complementary Color

#edb0ed #b0edb0

#edb0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb0ed Color CSS Codes

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

#edb0ed Text Font Color

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

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


#edb0ed Background Color

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

This div background color is #edb0ed


#edb0ed Border Color

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

This div border color is #edb0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb0ed


Comments

No comments written yet.

Please login to write comment.