Color Hex Logo

#edc3eb Color Hex

#EDC3EB
(237,195,235)
0 Favorites   0 Comments

Color spaces of #edc3eb

RGB 237195235
HSL0.840.540.85
HSV303°18°93°
CMYK 0.000.180.01   0.07
XYZ69.435663.032987.1042
Yxy63.03290.31620.2871
Hunter Lab79.393317.1740-9.4732
CIE-Lab83.459721.6110-14.1798

#edc3eb color RGB value is (237,195,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 11101011
Octal 355 303 353
Decimal 237 195 235
Hex ED C3 EB

RGB Percentages of Color #edc3eb

%35.53
%29.24
%35.23

CMYK Percentages of Color #edc3eb

%0
%18
%1
%7

Triadic Colors of #edc3eb

#edc3eb #ebedc3 #c3ebed

Analogous Colors of #edc3eb

#edc3eb #edc3d6 #dac3ed

Monochromatic Colors of #edc3eb

#edc3eb

Complementary Color

#edc3eb #c3edc5

#edc3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc3eb Color CSS Codes

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

#edc3eb Text Font Color

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

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


#edc3eb Background Color

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

This div background color is #edc3eb


#edc3eb Border Color

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

This div border color is #edc3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc3eb


Comments

No comments written yet.

Please login to write comment.