Color Hex Logo

#ed9def Color Hex

#ED9DEF
(237,157,239)
0 Favorites   0 Comments

Color spaces of #ed9def

RGB 237157239
HSL0.830.720.78
HSV299°34°94°
CMYK 0.010.340.00   0.06
XYZ62.562048.350587.6965
Yxy48.35050.31500.2434
Hunter Lab69.534538.9156-26.1020
CIE-Lab75.045542.5007-29.1069

#ed9def color RGB value is (237,157,239).

#ed9def hex color red value is 237, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ed9def hue: 0.83 , saturation: 0.72 and the lightness value of ed9def is 0.78.

The process color (four color CMYK) of #ed9def color hex is 0.01, 0.34, 0.00, 0.06. Web safe color of #ed9def is #ff99ff. Color #ed9def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011101 11101111
Octal 355 235 357
Decimal 237 157 239
Hex ED 9D EF

RGB Percentages of Color #ed9def

%37.44
%24.80
%37.76

CMYK Percentages of Color #ed9def

%1
%34
%0
%6

Triadic Colors of #ed9def

#ed9def #efed9d #9defed

Analogous Colors of #ed9def

#ed9def #ef9dc8 #c49def

Monochromatic Colors of #ed9def

#ed9def

Complementary Color

#ed9def #9fef9d

#ed9def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9def Color CSS Codes

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

#ed9def Text Font Color

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

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


#ed9def Background Color

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

This div background color is #ed9def


#ed9def Border Color

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

This div border color is #ed9def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9def


Comments

No comments written yet.

Please login to write comment.