Color Hex Logo

#edddf6 Color Hex

#EDDDF6
(237,221,246)
0 Favorites   0 Comments

Color spaces of #edddf6

RGB 237221246
HSL0.770.580.92
HSV278°10°96°
CMYK 0.040.100.00   0.04
XYZ77.416176.371297.8496
Yxy76.37120.30770.3035
Hunter Lab87.39065.1929-5.2124
CIE-Lab90.03149.9151-10.1898

#edddf6 color RGB value is (237,221,246).

#edddf6 hex color red value is 237, green value is 221 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #edddf6 hue: 0.77 , saturation: 0.58 and the lightness value of edddf6 is 0.92.

The process color (four color CMYK) of #edddf6 color hex is 0.04, 0.10, 0.00, 0.04. Web safe color of #edddf6 is #ffccff. Color #edddf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11110110
Octal 355 335 366
Decimal 237 221 246
Hex ED DD F6

RGB Percentages of Color #edddf6

%33.66
%31.39
%34.94

CMYK Percentages of Color #edddf6

%4
%10
%0
%4

Triadic Colors of #edddf6

#edddf6 #f6eddd #ddf6ed

Analogous Colors of #edddf6

#edddf6 #f6ddf3 #e1ddf6

Monochromatic Colors of #edddf6

#edddf6

Complementary Color

#edddf6 #e6f6dd

#edddf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddf6 Color CSS Codes

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

#edddf6 Text Font Color

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

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


#edddf6 Background Color

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

This div background color is #edddf6


#edddf6 Border Color

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

This div border color is #edddf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddf6

#edddf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.