Color Hex Logo

#edc0fb Color Hex

#EDC0FB
(237,192,251)
0 Favorites   0 Comments

Color spaces of #edc0fb

RGB 237192251
HSL0.790.880.87
HSV286°24°98°
CMYK 0.060.240.00   0.02
XYZ71.187362.668899.6111
Yxy62.66880.30490.2684
Hunter Lab79.163621.9784-19.1897
CIE-Lab83.267826.1935-23.0024

#edc0fb color RGB value is (237,192,251).

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

The process color (four color CMYK) of #edc0fb color hex is 0.06, 0.24, 0.00, 0.02. Web safe color of #edc0fb is #ffccff. Color #edc0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 11111011
Octal 355 300 373
Decimal 237 192 251
Hex ED C0 FB

RGB Percentages of Color #edc0fb

%34.85
%28.24
%36.91

CMYK Percentages of Color #edc0fb

%6
%24
%0
%2

Triadic Colors of #edc0fb

#edc0fb #fbedc0 #c0fbed

Analogous Colors of #edc0fb

#edc0fb #fbc0ec #d0c0fb

Monochromatic Colors of #edc0fb

#edc0fb

Complementary Color

#edc0fb #cefbc0

#edc0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc0fb Color CSS Codes

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

#edc0fb Text Font Color

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

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


#edc0fb Background Color

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

This div background color is #edc0fb


#edc0fb Border Color

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

This div border color is #edc0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc0fb

Related Colors


Comments

No comments written yet.

Please login to write comment.