Color Hex Logo

#edbfcf Color Hex

#EDBFCF
(237,191,207)
0 Favorites   0 Comments

Color spaces of #edbfcf

RGB 237191207
HSL0.940.560.84
HSV339°19°93°
CMYK 0.000.190.13   0.07
XYZ64.818359.771167.1522
Yxy59.77110.33810.3117
Hunter Lab77.311814.35912.6196
CIE-Lab81.713618.9257-1.7689

#edbfcf color RGB value is (237,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11001111
Octal 355 277 317
Decimal 237 191 207
Hex ED BF CF

RGB Percentages of Color #edbfcf

%37.32
%30.08
%32.60

CMYK Percentages of Color #edbfcf

%0
%19
%13
%7

Triadic Colors of #edbfcf

#edbfcf #cfedbf #bfcfed

Analogous Colors of #edbfcf

#edbfcf #edc6bf #edbfe6

Monochromatic Colors of #edbfcf

#edbfcf

Complementary Color

#edbfcf #bfeddd

#edbfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfcf Color CSS Codes

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

#edbfcf Text Font Color

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

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


#edbfcf Background Color

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

This div background color is #edbfcf


#edbfcf Border Color

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

This div border color is #edbfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfcf


Comments

No comments written yet.

Please login to write comment.