Color Hex Logo

#edbdce Color Hex

#EDBDCE
(237,189,206)
0 Favorites   0 Comments

Color spaces of #edbdce

RGB 237189206
HSL0.940.570.84
HSV339°20°93°
CMYK 0.000.200.13   0.07
XYZ64.263258.855966.3658
Yxy58.85590.33910.3106
Hunter Lab76.717615.26642.4125
CIE-Lab81.212319.8265-1.9661

#edbdce color RGB value is (237,189,206).

#edbdce hex color red value is 237, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #edbdce hue: 0.94 , saturation: 0.57 and the lightness value of edbdce is 0.84.

The process color (four color CMYK) of #edbdce color hex is 0.00, 0.20, 0.13, 0.07. Web safe color of #edbdce is #ffcccc. Color #edbdce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11001110
Octal 355 275 316
Decimal 237 189 206
Hex ED BD CE

RGB Percentages of Color #edbdce

%37.50
%29.91
%32.59

CMYK Percentages of Color #edbdce

%0
%20
%13
%7

Triadic Colors of #edbdce

#edbdce #ceedbd #bdceed

Analogous Colors of #edbdce

#edbdce #edc4bd #edbde6

Monochromatic Colors of #edbdce

#edbdce

Complementary Color

#edbdce #bdeddc

#edbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdce Color CSS Codes

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

#edbdce Text Font Color

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

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


#edbdce Background Color

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

This div background color is #edbdce


#edbdce Border Color

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

This div border color is #edbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdce


Comments

No comments written yet.

Please login to write comment.