Color Hex Logo

#edced1 Color Hex

#EDCED1
(237,206,209)
0 Favorites   0 Comments

Color spaces of #edced1

RGB 237206209
HSL0.980.460.87
HSV354°13°93°
CMYK 0.000.130.12   0.07
XYZ68.505066.750669.5952
Yxy66.75060.33440.3258
Hunter Lab81.70106.69256.6859
CIE-Lab85.377811.32232.5088

#edced1 color RGB value is (237,206,209).

#edced1 hex color red value is 237, green value is 206 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #edced1 hue: 0.98 , saturation: 0.46 and the lightness value of edced1 is 0.87.

The process color (four color CMYK) of #edced1 color hex is 0.00, 0.13, 0.12, 0.07. Web safe color of #edced1 is #ffcccc. Color #edced1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11010001
Octal 355 316 321
Decimal 237 206 209
Hex ED CE D1

RGB Percentages of Color #edced1

%36.35
%31.60
%32.06

CMYK Percentages of Color #edced1

%0
%13
%12
%7

Triadic Colors of #edced1

#edced1 #d1edce #ced1ed

Analogous Colors of #edced1

#edced1 #eddbce #edcee1

Monochromatic Colors of #edced1

#edced1

Complementary Color

#edced1 #ceedea

#edced1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edced1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edced1 Color CSS Codes

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

#edced1 Text Font Color

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

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


#edced1 Background Color

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

This div background color is #edced1


#edced1 Border Color

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

This div border color is #edced1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edced1

#edced1 Color Palettes


Comments

No comments written yet.

Please login to write comment.