Color Hex Logo

#edcdfe Color Hex

#EDCDFE
(237,205,254)
0 Favorites   0 Comments

Color spaces of #edcdfe

RGB 237205254
HSL0.780.960.90
HSV279°19°100°
CMYK 0.070.190.00   0.00
XYZ74.645868.8229103.1158
Yxy68.82290.30270.2791
Hunter Lab82.959615.4324-15.6237
CIE-Lab86.416319.8600-19.8248

#edcdfe color RGB value is (237,205,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11111110
Octal 355 315 376
Decimal 237 205 254
Hex ED CD FE

RGB Percentages of Color #edcdfe

%34.05
%29.45
%36.49

CMYK Percentages of Color #edcdfe

%7
%19
%0
%0

Triadic Colors of #edcdfe

#edcdfe #feedcd #cdfeed

Analogous Colors of #edcdfe

#edcdfe #fecdf7 #d5cdfe

Monochromatic Colors of #edcdfe

#edcdfe

Complementary Color

#edcdfe #defecd

#edcdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdfe Color CSS Codes

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

#edcdfe Text Font Color

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

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


#edcdfe Background Color

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

This div background color is #edcdfe


#edcdfe Border Color

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

This div border color is #edcdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.