Color Hex Logo

#edcdc7 Color Hex

#EDCDC7
(237,205,199)
0 Favorites   0 Comments

Color spaces of #edcdc7

RGB 237205199
HSL0.030.510.85
HSV16°93°
CMYK 0.000.140.16   0.07
XYZ67.065265.790763.1970
Yxy65.79070.34210.3356
Hunter Lab81.11155.643710.5830
CIE-Lab84.889510.26417.1170

#edcdc7 color RGB value is (237,205,199).

#edcdc7 hex color red value is 237, green value is 205 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #edcdc7 hue: 0.03 , saturation: 0.51 and the lightness value of edcdc7 is 0.85.

The process color (four color CMYK) of #edcdc7 color hex is 0.00, 0.14, 0.16, 0.07. Web safe color of #edcdc7 is #ffcccc. Color #edcdc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11000111
Octal 355 315 307
Decimal 237 205 199
Hex ED CD C7

RGB Percentages of Color #edcdc7

%36.97
%31.98
%31.05

CMYK Percentages of Color #edcdc7

%0
%14
%16
%7

Triadic Colors of #edcdc7

#edcdc7 #c7edcd #cdc7ed

Analogous Colors of #edcdc7

#edcdc7 #ede0c7 #edc7d4

Monochromatic Colors of #edcdc7

#edcdc7

Complementary Color

#edcdc7 #c7e7ed

#edcdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdc7 Color CSS Codes

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

#edcdc7 Text Font Color

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

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


#edcdc7 Background Color

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

This div background color is #edcdc7


#edcdc7 Border Color

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

This div border color is #edcdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdc7


Comments

No comments written yet.

Please login to write comment.