Color Hex Logo

#edc7fc Color Hex

#EDC7FC
(237,199,252)
0 Favorites   0 Comments

Color spaces of #edc7fc

RGB 237199252
HSL0.790.900.88
HSV283°21°99°
CMYK 0.060.210.00   0.01
XYZ72.919265.8796100.9682
Yxy65.87960.30410.2748
Hunter Lab81.166218.3222-16.9385
CIE-Lab84.935022.6603-21.0057

#edc7fc color RGB value is (237,199,252).

#edc7fc hex color red value is 237, green value is 199 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #edc7fc hue: 0.79 , saturation: 0.90 and the lightness value of edc7fc is 0.88.

The process color (four color CMYK) of #edc7fc color hex is 0.06, 0.21, 0.00, 0.01. Web safe color of #edc7fc is #ffccff. Color #edc7fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 11111100
Octal 355 307 374
Decimal 237 199 252
Hex ED C7 FC

RGB Percentages of Color #edc7fc

%34.45
%28.92
%36.63

CMYK Percentages of Color #edc7fc

%6
%21
%0
%1

Triadic Colors of #edc7fc

#edc7fc #fcedc7 #c7fced

Analogous Colors of #edc7fc

#edc7fc #fcc7f1 #d3c7fc

Monochromatic Colors of #edc7fc

#edc7fc

Complementary Color

#edc7fc #d6fcc7

#edc7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc7fc Color CSS Codes

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

#edc7fc Text Font Color

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

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


#edc7fc Background Color

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

This div background color is #edc7fc


#edc7fc Border Color

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

This div border color is #edc7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.