Color Hex Logo

#edcde4 Color Hex

#EDCDE4
(237,205,228)
0 Favorites   0 Comments

Color spaces of #edcde4

RGB 237205228
HSL0.880.470.87
HSV317°14°93°
CMYK 0.000.140.04   0.07
XYZ70.760067.268682.6535
Yxy67.26860.32060.3048
Hunter Lab82.017410.4692-2.3376
CIE-Lab85.639415.0608-7.2040

#edcde4 color RGB value is (237,205,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11100100
Octal 355 315 344
Decimal 237 205 228
Hex ED CD E4

RGB Percentages of Color #edcde4

%35.37
%30.60
%34.03

CMYK Percentages of Color #edcde4

%0
%14
%4
%7

Triadic Colors of #edcde4

#edcde4 #e4edcd #cde4ed

Analogous Colors of #edcde4

#edcde4 #edcdd4 #e6cded

Monochromatic Colors of #edcde4

#edcde4

Complementary Color

#edcde4 #cdedd6

#edcde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcde4 Color CSS Codes

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

#edcde4 Text Font Color

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

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


#edcde4 Background Color

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

This div background color is #edcde4


#edcde4 Border Color

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

This div border color is #edcde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcde4


Comments

No comments written yet.

Please login to write comment.