Color Hex Logo

#edddfe Color Hex

#EDDDFE
(237,221,254)
0 Favorites   0 Comments

Color spaces of #edddfe

RGB 237221254
HSL0.750.940.93
HSV269°13°100°
CMYK 0.070.130.00   0.00
XYZ78.670976.8732104.4575
Yxy76.87320.30260.2957
Hunter Lab87.67746.7286-9.2631
CIE-Lab90.263211.4252-14.0404

#edddfe color RGB value is (237,221,254).

#edddfe hex color red value is 237, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #edddfe hue: 0.75 , saturation: 0.94 and the lightness value of edddfe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11111110
Octal 355 335 376
Decimal 237 221 254
Hex ED DD FE

RGB Percentages of Color #edddfe

%33.29
%31.04
%35.67

CMYK Percentages of Color #edddfe

%7
%13
%0
%0

Triadic Colors of #edddfe

#edddfe #feeddd #ddfeed

Analogous Colors of #edddfe

#edddfe #feddfe #dddefe

Monochromatic Colors of #edddfe

#edddfe

Complementary Color

#edddfe #eefedd

#edddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddfe Color CSS Codes

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

#edddfe Text Font Color

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

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


#edddfe Background Color

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

This div background color is #edddfe


#edddfe Border Color

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

This div border color is #edddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddfe


Comments

No comments written yet.

Please login to write comment.