Color Hex Logo

#ed9feb Color Hex

#ED9FEB
(237,159,235)
0 Favorites   0 Comments

Color spaces of #ed9feb

RGB 237159235
HSL0.840.680.78
HSV302°33°93°
CMYK 0.000.330.01   0.07
XYZ62.318648.799084.7319
Yxy48.79900.31820.2492
Hunter Lab69.856336.9909-23.0162
CIE-Lab75.326140.7262-26.5021

#ed9feb color RGB value is (237,159,235).

#ed9feb hex color red value is 237, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ed9feb hue: 0.84 , saturation: 0.68 and the lightness value of ed9feb is 0.78.

The process color (four color CMYK) of #ed9feb color hex is 0.00, 0.33, 0.01, 0.07. Web safe color of #ed9feb is #ff99ff. Color #ed9feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011111 11101011
Octal 355 237 353
Decimal 237 159 235
Hex ED 9F EB

RGB Percentages of Color #ed9feb

%37.56
%25.20
%37.24

CMYK Percentages of Color #ed9feb

%0
%33
%1
%7

Triadic Colors of #ed9feb

#ed9feb #ebed9f #9febed

Analogous Colors of #ed9feb

#ed9feb #ed9fc4 #c89fed

Monochromatic Colors of #ed9feb

#ed9feb

Complementary Color

#ed9feb #9feda1

#ed9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9feb Color CSS Codes

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

#ed9feb Text Font Color

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

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


#ed9feb Background Color

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

This div background color is #ed9feb


#ed9feb Border Color

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

This div border color is #ed9feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9feb


Comments

No comments written yet.

Please login to write comment.