Color Hex Logo

#edcec2 Color Hex

#EDCEC2
(237,206,194)
0 Favorites   0 Comments

Color spaces of #edcec2

RGB 237206194
HSL0.050.540.85
HSV17°18°93°
CMYK 0.000.130.18   0.07
XYZ66.734066.042260.2691
Yxy66.04220.34570.3421
Hunter Lab81.26644.363812.9155
CIE-Lab85.01798.97679.9556

#edcec2 color RGB value is (237,206,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11000010
Octal 355 316 302
Decimal 237 206 194
Hex ED CE C2

RGB Percentages of Color #edcec2

%37.21
%32.34
%30.46

CMYK Percentages of Color #edcec2

%0
%13
%18
%7

Triadic Colors of #edcec2

#edcec2 #c2edce #cec2ed

Analogous Colors of #edcec2

#edcec2 #ede4c2 #edc2cc

Monochromatic Colors of #edcec2

#edcec2

Complementary Color

#edcec2 #c2e1ed

#edcec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcec2 Color CSS Codes

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

#edcec2 Text Font Color

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

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


#edcec2 Background Color

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

This div background color is #edcec2


#edcec2 Border Color

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

This div border color is #edcec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcec2


Comments

No comments written yet.

Please login to write comment.