#edc9f8

#edc9f8 color hex

#edc9f8 hex color information.
RGB value of #edc9f8 is (237,201,248)
Change page background color to #edc9f8 | Reset

#edc9f8 rgb color chart

Color spaces of #edc9f8

RGB 237201248
HSL0.790.770.88
HSV286°19°97°
CMYK 0.040.190.00   0.03
XYZ72.755066.555197.8188
Yxy66.55510.30680.2807
Hunter Lab81.581316.4207-13.9838
CIE-Lab85.278820.8346-18.3637

Shades of #edc9f8

Tints of #edc9f8

RGB Percentages of Color #edc9f8

%34.55
%29.30
%36.15

CMYK Percentages of Color #edc9f8

%4
%19
%0
%3

#edc9f8 Color Info

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

The process color (four color CMYK) of #edc9f8 hex color is 0.04, 0.19, 0.00, 0.03. Web safe color of #edc9f8 is #ffccff

Color #edc9f8 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 11111000
Octal 355 311 370
Decimal 237 201 248
Hexadecimal ED C9 F8

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #edc9f8

Triadic Colors of #edc9f8

#edc9f8 #f7edc9 #c9f7ed

Analogous Colors of #edc9f8

#edc9f8 #f7c9eb #d5c9f7

Complementary Color of #edc9f8

#edc9f8 #d3f7c9

#edc9f8 HSL Color Chart
#edc9f8 hsl color chart
#edc9f8 RGB Color Chart

#edc9f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc9f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc9f8 Color CSS Codes

.mybgcolor {background-color:#edc9f8; } 
.myforecolor {color:#edc9f8; }
.mybordercolor {border:3px solid #edc9f8; }
Sample text font color #edc9f8

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

html code
<p style="color:#edc9f8">Text here</p>
#edc9f8 background color

This div background color is #edc9f8

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

This div border color is #edc9f8

<div style="border:3px solid #edc9f8">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #edc9f8 Color Sample
#edc9f8border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(237,201,248, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #edc9f8; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #edc9f8;
  -webkit-box-shadow: 1px 1px 3px 2px #edc9f8;
  box-shadow:         1px 1px 3px 2px #edc9f8; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,201,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc9f8">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #edc9f8

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top