Color Hex Logo

#edddec Color Hex

#EDDDEC
(237,221,236)
0 Favorites   0 Comments

Color spaces of #edddec

RGB 237221236
HSL0.840.310.90
HSV304°93°
CMYK 0.000.070.00   0.07
XYZ75.921875.773689.9811
Yxy75.77360.31410.3135
Hunter Lab87.04803.3506-0.3541
CIE-Lab89.75418.0864-5.3492

#edddec color RGB value is (237,221,236).

#edddec hex color red value is 237, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #edddec hue: 0.84 , saturation: 0.31 and the lightness value of edddec is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11101100
Octal 355 335 354
Decimal 237 221 236
Hex ED DD EC

RGB Percentages of Color #edddec

%34.15
%31.84
%34.01

CMYK Percentages of Color #edddec

%0
%7
%0
%7

Triadic Colors of #edddec

#edddec #eceddd #ddeced

Analogous Colors of #edddec

#edddec #eddde4 #e6dded

Monochromatic Colors of #edddec

#edddec

Complementary Color

#edddec #ddedde

#edddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddec Color CSS Codes

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

#edddec Text Font Color

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

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


#edddec Background Color

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

This div background color is #edddec


#edddec Border Color

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

This div border color is #edddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddec


Comments

No comments written yet.

Please login to write comment.