Color Hex Logo

#edcde9 Color Hex

#EDCDE9
(237,205,233)
0 Favorites   0 Comments

Color spaces of #edcde9

RGB 237205233
HSL0.850.470.87
HSV308°14°93°
CMYK 0.000.140.02   0.07
XYZ71.464467.550486.3627
Yxy67.55040.31710.2997
Hunter Lab82.189111.3771-4.7685
CIE-Lab85.781115.9486-9.6489

#edcde9 color RGB value is (237,205,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11101001
Octal 355 315 351
Decimal 237 205 233
Hex ED CD E9

RGB Percentages of Color #edcde9

%35.11
%30.37
%34.52

CMYK Percentages of Color #edcde9

%0
%14
%2
%7

Triadic Colors of #edcde9

#edcde9 #e9edcd #cde9ed

Analogous Colors of #edcde9

#edcde9 #edcdd9 #e1cded

Monochromatic Colors of #edcde9

#edcde9

Complementary Color

#edcde9 #cdedd1

#edcde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcde9 Color CSS Codes

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

#edcde9 Text Font Color

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

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


#edcde9 Background Color

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

This div background color is #edcde9


#edcde9 Border Color

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

This div border color is #edcde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcde9


Comments

No comments written yet.

Please login to write comment.