Color Hex Logo

#edcfbf Color Hex

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

Color spaces of #edcfbf

RGB 237207191
HSL0.060.560.84
HSV21°19°93°
CMYK 0.000.130.19   0.07
XYZ66.641866.391858.5927
Yxy66.39180.34780.3465
Hunter Lab81.48123.399514.4017
CIE-Lab85.19598.005011.7993

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

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

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

Base Numbers

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

RGB Percentages of Color #edcfbf

%37.32
%32.60
%30.08

CMYK Percentages of Color #edcfbf

%0
%13
%19
%7

Triadic Colors of #edcfbf

#edcfbf #bfedcf #cfbfed

Analogous Colors of #edcfbf

#edcfbf #ede6bf #edbfc6

Monochromatic Colors of #edcfbf

#edcfbf

Complementary Color

#edcfbf #bfdded

#edcfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcfbf Color CSS Codes

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

#edcfbf Text Font Color

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

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


#edcfbf Background Color

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

This div background color is #edcfbf


#edcfbf Border Color

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

This div border color is #edcfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcfbf


Comments

No comments written yet.

Please login to write comment.