Color Hex Logo

#edc0bf Color Hex

#EDC0BF
(237,192,191)
0 Favorites   0 Comments

Color spaces of #edc0bf

RGB 237192191
HSL0.000.560.84
HSV19°93°
CMYK 0.000.190.19   0.07
XYZ63.178759.465457.4383
Yxy59.46540.35080.3302
Hunter Lab77.113811.29449.8175
CIE-Lab81.546715.90246.5831

#edc0bf color RGB value is (237,192,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 10111111
Octal 355 300 277
Decimal 237 192 191
Hex ED C0 BF

RGB Percentages of Color #edc0bf

%38.23
%30.97
%30.81

CMYK Percentages of Color #edc0bf

%0
%19
%19
%7

Triadic Colors of #edc0bf

#edc0bf #bfedc0 #c0bfed

Analogous Colors of #edc0bf

#edc0bf #edd7bf #edbfd5

Monochromatic Colors of #edc0bf

#edc0bf

Complementary Color

#edc0bf #bfeced

#edc0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc0bf Color CSS Codes

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

#edc0bf Text Font Color

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

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


#edc0bf Background Color

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

This div background color is #edc0bf


#edc0bf Border Color

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

This div border color is #edc0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc0bf


Comments

No comments written yet.

Please login to write comment.