Color Hex Logo

#edc1ec Color Hex

#EDC1EC
(237,193,236)
0 Favorites   0 Comments

Color spaces of #edc1ec

RGB 237193236
HSL0.840.550.84
HSV301°19°93°
CMYK 0.000.190.00   0.07
XYZ69.135362.200687.7190
Yxy62.20060.31560.2839
Hunter Lab78.867418.4556-10.7372
CIE-Lab83.020022.8562-15.3737

#edc1ec color RGB value is (237,193,236).

#edc1ec hex color red value is 237, green value is 193 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #edc1ec hue: 0.84 , saturation: 0.55 and the lightness value of edc1ec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 11101100
Octal 355 301 354
Decimal 237 193 236
Hex ED C1 EC

RGB Percentages of Color #edc1ec

%35.59
%28.98
%35.44

CMYK Percentages of Color #edc1ec

%0
%19
%0
%7

Triadic Colors of #edc1ec

#edc1ec #ecedc1 #c1eced

Analogous Colors of #edc1ec

#edc1ec #edc1d6 #d8c1ed

Monochromatic Colors of #edc1ec

#edc1ec

Complementary Color

#edc1ec #c1edc2

#edc1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc1ec Color CSS Codes

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

#edc1ec Text Font Color

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

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


#edc1ec Background Color

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

This div background color is #edc1ec


#edc1ec Border Color

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

This div border color is #edc1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc1ec


Comments

No comments written yet.

Please login to write comment.