Color Hex Logo

#eddcfe Color Hex

#EDDCFE
(237,220,254)
0 Favorites   0 Comments

Color spaces of #eddcfe

RGB 237220254
HSL0.750.940.93
HSV270°13°100°
CMYK 0.070.130.00   0.00
XYZ78.407676.3467104.3698
Yxy76.34670.30260.2946
Hunter Lab87.37667.2684-9.6572
CIE-Lab90.020111.9490-14.4044

#eddcfe color RGB value is (237,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 11111110
Octal 355 334 376
Decimal 237 220 254
Hex ED DC FE

RGB Percentages of Color #eddcfe

%33.33
%30.94
%35.72

CMYK Percentages of Color #eddcfe

%7
%13
%0
%0

Triadic Colors of #eddcfe

#eddcfe #feeddc #dcfeed

Analogous Colors of #eddcfe

#eddcfe #fedcfe #dcdcfe

Monochromatic Colors of #eddcfe

#eddcfe

Complementary Color

#eddcfe #edfedc

#eddcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcfe Color CSS Codes

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

#eddcfe Text Font Color

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

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


#eddcfe Background Color

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

This div background color is #eddcfe


#eddcfe Border Color

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

This div border color is #eddcfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,220,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 #eddcfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.