Color Hex Logo

#edbecf Color Hex

#EDBECF
(237,190,207)
0 Favorites   0 Comments

Color spaces of #edbecf

RGB 237190207
HSL0.940.570.84
HSV338°20°93°
CMYK 0.000.200.13   0.07
XYZ64.601059.336467.0797
Yxy59.33640.33820.3106
Hunter Lab77.030114.89562.2899
CIE-Lab81.476219.4569-2.1171

#edbecf color RGB value is (237,190,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11001111
Octal 355 276 317
Decimal 237 190 207
Hex ED BE CF

RGB Percentages of Color #edbecf

%37.38
%29.97
%32.65

CMYK Percentages of Color #edbecf

%0
%20
%13
%7

Triadic Colors of #edbecf

#edbecf #cfedbe #becfed

Analogous Colors of #edbecf

#edbecf #edc5be #edbee7

Monochromatic Colors of #edbecf

#edbecf

Complementary Color

#edbecf #beeddc

#edbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbecf Color CSS Codes

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

#edbecf Text Font Color

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

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


#edbecf Background Color

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

This div background color is #edbecf


#edbecf Border Color

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

This div border color is #edbecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,190,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 #edbecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbecf


Comments

No comments written yet.

Please login to write comment.