Color Hex Logo

#edcecf Color Hex

#EDCECF
(237,206,207)
0 Favorites   0 Comments

Color spaces of #edcecf

RGB 237206207
HSL0.990.460.87
HSV358°13°93°
CMYK 0.000.130.13   0.07
XYZ68.258866.652168.2990
Yxy66.65210.33590.3280
Hunter Lab81.64076.37037.5477
CIE-Lab85.328010.99963.4990

#edcecf color RGB value is (237,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11001111
Octal 355 316 317
Decimal 237 206 207
Hex ED CE CF

RGB Percentages of Color #edcecf

%36.46
%31.69
%31.85

CMYK Percentages of Color #edcecf

%0
%13
%13
%7

Triadic Colors of #edcecf

#edcecf #cfedce #cecfed

Analogous Colors of #edcecf

#edcecf #edddce #edcedf

Monochromatic Colors of #edcecf

#edcecf

Complementary Color

#edcecf #ceedec

#edcecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcecf Color CSS Codes

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

#edcecf Text Font Color

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

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


#edcecf Background Color

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

This div background color is #edcecf


#edcecf Border Color

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

This div border color is #edcecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcecf


Comments

No comments written yet.

Please login to write comment.