Color Hex Logo

#edcde1 Color Hex

#EDCDE1
(237,205,225)
0 Favorites   0 Comments

Color spaces of #edcde1

RGB 237205225
HSL0.900.470.87
HSV323°14°93°
CMYK 0.000.140.05   0.07
XYZ70.347067.103480.4787
Yxy67.10340.32280.3079
Hunter Lab81.91679.9350-0.9076
CIE-Lab85.556114.5363-5.7331

#edcde1 color RGB value is (237,205,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11100001
Octal 355 315 341
Decimal 237 205 225
Hex ED CD E1

RGB Percentages of Color #edcde1

%35.53
%30.73
%33.73

CMYK Percentages of Color #edcde1

%0
%14
%5
%7

Triadic Colors of #edcde1

#edcde1 #e1edcd #cde1ed

Analogous Colors of #edcde1

#edcde1 #edcdd1 #e9cded

Monochromatic Colors of #edcde1

#edcde1

Complementary Color

#edcde1 #cdedd9

#edcde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcde1 Color CSS Codes

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

#edcde1 Text Font Color

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

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


#edcde1 Background Color

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

This div background color is #edcde1


#edcde1 Border Color

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

This div border color is #edcde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcde1


Comments

No comments written yet.

Please login to write comment.