Color Hex Logo

#edccce Color Hex

#EDCCCE
(237,204,206)
0 Favorites   0 Comments

Color spaces of #edccce

RGB 237204206
HSL0.990.480.86
HSV356°14°93°
CMYK 0.000.140.13   0.07
XYZ67.658565.646567.4976
Yxy65.64650.33690.3269
Hunter Lab81.02257.26847.3229
CIE-Lab84.815811.89083.2882

#edccce color RGB value is (237,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11001110
Octal 355 314 316
Decimal 237 204 206
Hex ED CC CE

RGB Percentages of Color #edccce

%36.63
%31.53
%31.84

CMYK Percentages of Color #edccce

%0
%14
%13
%7

Triadic Colors of #edccce

#edccce #ceedcc #ccceed

Analogous Colors of #edccce

#edccce #eddbcc #edccdf

Monochromatic Colors of #edccce

#edccce

Complementary Color

#edccce #ccedeb

#edccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccce Color CSS Codes

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

#edccce Text Font Color

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

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


#edccce Background Color

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

This div background color is #edccce


#edccce Border Color

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

This div border color is #edccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccce


Comments

No comments written yet.

Please login to write comment.