Color Hex Logo

#edcced Color Hex

#EDCCED
(237,204,237)
0 Favorites   0 Comments

Color spaces of #edcced

RGB 237204237
HSL0.830.480.86
HSV300°14°93°
CMYK 0.000.140.00   0.07
XYZ71.804067.304789.3274
Yxy67.30470.31430.2946
Hunter Lab82.039412.6609-7.1294
CIE-Lab85.657617.2002-11.9566

#edcced color RGB value is (237,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11101101
Octal 355 314 355
Decimal 237 204 237
Hex ED CC ED

RGB Percentages of Color #edcced

%34.96
%30.09
%34.96

CMYK Percentages of Color #edcced

%0
%14
%0
%7

Triadic Colors of #edcced

#edcced #ededcc #cceded

Analogous Colors of #edcced

#edcced #edccdd #ddcced

Monochromatic Colors of #edcced

#edcced

Complementary Color

#edcced #ccedcc

#edcced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcced Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcced Color CSS Codes

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

#edcced Text Font Color

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

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


#edcced Background Color

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

This div background color is #edcced


#edcced Border Color

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

This div border color is #edcced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcced


Comments

No comments written yet.

Please login to write comment.