Color Hex Logo

#edc3fe Color Hex

#EDC3FE
(237,195,254)
0 Favorites   0 Comments

Color spaces of #edc3fe

RGB 237195254
HSL0.790.970.88
HSV283°23°100°
CMYK 0.070.230.00   0.00
XYZ72.329664.1905102.3438
Yxy64.19050.30280.2687
Hunter Lab80.119020.9376-19.6536
CIE-Lab84.064925.1738-23.3876

#edc3fe color RGB value is (237,195,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 11111110
Octal 355 303 376
Decimal 237 195 254
Hex ED C3 FE

RGB Percentages of Color #edc3fe

%34.55
%28.43
%37.03

CMYK Percentages of Color #edc3fe

%7
%23
%0
%0

Triadic Colors of #edc3fe

#edc3fe #feedc3 #c3feed

Analogous Colors of #edc3fe

#edc3fe #fec3f2 #d0c3fe

Monochromatic Colors of #edc3fe

#edc3fe

Complementary Color

#edc3fe #d4fec3

#edc3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc3fe Color CSS Codes

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

#edc3fe Text Font Color

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

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


#edc3fe Background Color

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

This div background color is #edc3fe


#edc3fe Border Color

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

This div border color is #edc3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc3fe


Comments

No comments written yet.

Please login to write comment.