Color Hex Logo

#ed9cef Color Hex

#ED9CEF
(237,156,239)
0 Favorites   0 Comments

Color spaces of #ed9cef

RGB 237156239
HSL0.830.720.77
HSV299°35°94°
CMYK 0.010.350.00   0.06
XYZ62.393548.013587.6404
Yxy48.01350.31500.2424
Hunter Lab69.291839.4690-26.4859
CIE-Lab74.833443.0238-29.4328

#ed9cef color RGB value is (237,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 11101111
Octal 355 234 357
Decimal 237 156 239
Hex ED 9C EF

RGB Percentages of Color #ed9cef

%37.50
%24.68
%37.82

CMYK Percentages of Color #ed9cef

%1
%35
%0
%6

Triadic Colors of #ed9cef

#ed9cef #efed9c #9cefed

Analogous Colors of #ed9cef

#ed9cef #ef9cc8 #c49cef

Monochromatic Colors of #ed9cef

#ed9cef

Complementary Color

#ed9cef #9eef9c

#ed9cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9cef Color CSS Codes

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

#ed9cef Text Font Color

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

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


#ed9cef Background Color

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

This div background color is #ed9cef


#ed9cef Border Color

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

This div border color is #ed9cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9cef


Comments

No comments written yet.

Please login to write comment.