Color Hex Logo

#ed9eee Color Hex

#ED9EEE
(237,158,238)
0 Favorites   0 Comments

Color spaces of #ed9eee

RGB 237158238
HSL0.830.700.78
HSV299°34°93°
CMYK 0.000.340.00   0.07
XYZ62.584548.631386.9771
Yxy48.63130.31580.2454
Hunter Lab69.736138.1560-25.1330
CIE-Lab75.221441.7946-28.2934

#ed9eee color RGB value is (237,158,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011110 11101110
Octal 355 236 356
Decimal 237 158 238
Hex ED 9E EE

RGB Percentages of Color #ed9eee

%37.44
%24.96
%37.60

CMYK Percentages of Color #ed9eee

%0
%34
%0
%7

Triadic Colors of #ed9eee

#ed9eee #eeed9e #9eeeed

Analogous Colors of #ed9eee

#ed9eee #ee9ec7 #c59eee

Monochromatic Colors of #ed9eee

#ed9eee

Complementary Color

#ed9eee #9fee9e

#ed9eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9eee Color CSS Codes

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

#ed9eee Text Font Color

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

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


#ed9eee Background Color

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

This div background color is #ed9eee


#ed9eee Border Color

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

This div border color is #ed9eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9eee


Comments

No comments written yet.

Please login to write comment.