Color Hex Logo

#edc1df Color Hex

#EDC1DF
(237,193,223)
0 Favorites   0 Comments

Color spaces of #edc1df

RGB 237193223
HSL0.890.550.84
HSV319°19°93°
CMYK 0.000.190.06   0.07
XYZ67.314361.472278.1295
Yxy61.47220.32530.2971
Hunter Lab78.404216.0446-4.1993
CIE-Lab82.631920.5456-8.9980

#edc1df color RGB value is (237,193,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 11011111
Octal 355 301 337
Decimal 237 193 223
Hex ED C1 DF

RGB Percentages of Color #edc1df

%36.29
%29.56
%34.15

CMYK Percentages of Color #edc1df

%0
%19
%6
%7

Triadic Colors of #edc1df

#edc1df #dfedc1 #c1dfed

Analogous Colors of #edc1df

#edc1df #edc1c9 #e5c1ed

Monochromatic Colors of #edc1df

#edc1df

Complementary Color

#edc1df #c1edcf

#edc1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc1df Color CSS Codes

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

#edc1df Text Font Color

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

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


#edc1df Background Color

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

This div background color is #edc1df


#edc1df Border Color

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

This div border color is #edc1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc1df


Comments

No comments written yet.

Please login to write comment.