Color Hex Logo

#edced2 Color Hex

#EDCED2
(237,206,210)
0 Favorites   0 Comments

Color spaces of #edced2

RGB 237206210
HSL0.980.460.87
HSV352°13°93°
CMYK 0.000.130.11   0.07
XYZ68.629266.800370.2494
Yxy66.80030.33370.3248
Hunter Lab81.73156.85496.2514
CIE-Lab85.403011.48462.0140

#edced2 color RGB value is (237,206,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11010010
Octal 355 316 322
Decimal 237 206 210
Hex ED CE D2

RGB Percentages of Color #edced2

%36.29
%31.55
%32.16

CMYK Percentages of Color #edced2

%0
%13
%11
%7

Triadic Colors of #edced2

#edced2 #d2edce #ced2ed

Analogous Colors of #edced2

#edced2 #eddace #edcee2

Monochromatic Colors of #edced2

#edced2

Complementary Color

#edced2 #ceede9

#edced2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edced2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edced2 Color CSS Codes

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

#edced2 Text Font Color

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

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


#edced2 Background Color

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

This div background color is #edced2


#edced2 Border Color

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

This div border color is #edced2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edced2

#edced2 Color Palettes


Comments

No comments written yet.

Please login to write comment.