Color Hex Logo

#edcfbb Color Hex

#EDCFBB
(237,207,187)
0 Favorites   0 Comments

Color spaces of #edcfbb

RGB 237207187
HSL0.070.580.83
HSV24°21°93°
CMYK 0.000.130.21   0.07
XYZ66.207566.218056.3056
Yxy66.21800.35080.3509
Hunter Lab81.37442.825115.9374
CIE-Lab85.10757.418913.7917

#edcfbb color RGB value is (237,207,187).

#edcfbb hex color red value is 237, green value is 207 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #edcfbb hue: 0.07 , saturation: 0.58 and the lightness value of edcfbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10111011
Octal 355 317 273
Decimal 237 207 187
Hex ED CF BB

RGB Percentages of Color #edcfbb

%37.56
%32.81
%29.64

CMYK Percentages of Color #edcfbb

%0
%13
%21
%7

Triadic Colors of #edcfbb

#edcfbb #bbedcf #cfbbed

Analogous Colors of #edcfbb

#edcfbb #ede8bb #edbbc0

Monochromatic Colors of #edcfbb

#edcfbb

Complementary Color

#edcfbb #bbd9ed

#edcfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcfbb Color CSS Codes

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

#edcfbb Text Font Color

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

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


#edcfbb Background Color

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

This div background color is #edcfbb


#edcfbb Border Color

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

This div border color is #edcfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcfbb


Comments

No comments written yet.

Please login to write comment.