Color Hex Logo

#edc2eb Color Hex

#EDC2EB
(237,194,235)
0 Favorites   0 Comments

Color spaces of #edc2eb

RGB 237194235
HSL0.840.540.85
HSV303°18°93°
CMYK 0.000.180.01   0.07
XYZ69.212262.586387.0297
Yxy62.58630.31630.2860
Hunter Lab79.111517.7190-9.8462
CIE-Lab83.224222.1425-14.5328

#edc2eb color RGB value is (237,194,235).

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

The process color (four color CMYK) of #edc2eb color hex is 0.00, 0.18, 0.01, 0.07. Web safe color of #edc2eb is #ffccff. Color #edc2eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 11101011
Octal 355 302 353
Decimal 237 194 235
Hex ED C2 EB

RGB Percentages of Color #edc2eb

%35.59
%29.13
%35.29

CMYK Percentages of Color #edc2eb

%0
%18
%1
%7

Triadic Colors of #edc2eb

#edc2eb #ebedc2 #c2ebed

Analogous Colors of #edc2eb

#edc2eb #edc2d6 #dac2ed

Monochromatic Colors of #edc2eb

#edc2eb

Complementary Color

#edc2eb #c2edc4

#edc2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc2eb Color CSS Codes

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

#edc2eb Text Font Color

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

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


#edc2eb Background Color

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

This div background color is #edc2eb


#edc2eb Border Color

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

This div border color is #edc2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc2eb


Comments

No comments written yet.

Please login to write comment.