Color Hex Logo

#ed8ebd Color Hex

#ED8EBD
(237,142,189)
0 Favorites   0 Comments

Color spaces of #ed8ebd

RGB 237142189
HSL0.920.730.74
HSV330°40°93°
CMYK 0.000.400.20   0.07
XYZ53.783441.024753.2280
Yxy41.02470.36330.2771
Hunter Lab64.050537.7985-4.4365
CIE-Lab70.193242.0388-8.9428

#ed8ebd color RGB value is (237,142,189).

#ed8ebd hex color red value is 237, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed8ebd hue: 0.92 , saturation: 0.73 and the lightness value of ed8ebd is 0.74.

The process color (four color CMYK) of #ed8ebd color hex is 0.00, 0.40, 0.20, 0.07. Web safe color of #ed8ebd is #ff99cc. Color #ed8ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001110 10111101
Octal 355 216 275
Decimal 237 142 189
Hex ED 8E BD

RGB Percentages of Color #ed8ebd

%41.73
%25.00
%33.27

CMYK Percentages of Color #ed8ebd

%0
%40
%20
%7

Triadic Colors of #ed8ebd

#ed8ebd #bded8e #8ebded

Analogous Colors of #ed8ebd

#ed8ebd #ed8f8e #ed8eed

Monochromatic Colors of #ed8ebd

#ed8ebd

Complementary Color

#ed8ebd #8eedbe

#ed8ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8ebd Color CSS Codes

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

#ed8ebd Text Font Color

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

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


#ed8ebd Background Color

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

This div background color is #ed8ebd


#ed8ebd Border Color

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

This div border color is #ed8ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8ebd


Comments

No comments written yet.

Please login to write comment.