Color Hex Logo

#edbdcf Color Hex

#EDBDCF
(237,189,207)
0 Favorites   0 Comments

Color spaces of #edbdcf

RGB 237189207
HSL0.940.570.84
HSV338°20°93°
CMYK 0.000.200.13   0.07
XYZ64.385158.904767.0078
Yxy58.90470.33830.3095
Hunter Lab76.749415.43231.9601
CIE-Lab81.239219.9881-2.4648

#edbdcf color RGB value is (237,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11001111
Octal 355 275 317
Decimal 237 189 207
Hex ED BD CF

RGB Percentages of Color #edbdcf

%37.44
%29.86
%32.70

CMYK Percentages of Color #edbdcf

%0
%20
%13
%7

Triadic Colors of #edbdcf

#edbdcf #cfedbd #bdcfed

Analogous Colors of #edbdcf

#edbdcf #edc3bd #edbde7

Monochromatic Colors of #edbdcf

#edbdcf

Complementary Color

#edbdcf #bdeddb

#edbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdcf Color CSS Codes

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

#edbdcf Text Font Color

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

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


#edbdcf Background Color

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

This div background color is #edbdcf


#edbdcf Border Color

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

This div border color is #edbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdcf


Comments

No comments written yet.

Please login to write comment.