Color Hex Logo

#edb0eb Color Hex

#EDB0EB
(237,176,235)
0 Favorites   0 Comments

Color spaces of #edb0eb

RGB 237176235
HSL0.840.630.81
HSV302°26°93°
CMYK 0.000.260.01   0.07
XYZ65.445855.053485.7743
Yxy55.05340.31730.2669
Hunter Lab74.198027.5982-16.6018
CIE-Lab79.072031.7276-20.7950

#edb0eb color RGB value is (237,176,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 11101011
Octal 355 260 353
Decimal 237 176 235
Hex ED B0 EB

RGB Percentages of Color #edb0eb

%36.57
%27.16
%36.27

CMYK Percentages of Color #edb0eb

%0
%26
%1
%7

Triadic Colors of #edb0eb

#edb0eb #ebedb0 #b0ebed

Analogous Colors of #edb0eb

#edb0eb #edb0cd #d1b0ed

Monochromatic Colors of #edb0eb

#edb0eb

Complementary Color

#edb0eb #b0edb2

#edb0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb0eb Color CSS Codes

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

#edb0eb Text Font Color

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

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


#edb0eb Background Color

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

This div background color is #edb0eb


#edb0eb Border Color

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

This div border color is #edb0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb0eb


Comments

No comments written yet.

Please login to write comment.