Color Hex Logo

#edcbac Color Hex

#EDCBAC
(237,203,172)
0 Favorites   0 Comments

Color spaces of #edcbac

RGB 237203172
HSL0.080.640.80
HSV29°27°93°
CMYK 0.000.140.27   0.07
XYZ63.727463.695047.9653
Yxy63.69500.36340.3632
Hunter Lab79.80912.865820.2331
CIE-Lab83.80677.420819.9024

#edcbac color RGB value is (237,203,172).

#edcbac hex color red value is 237, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #edcbac hue: 0.08 , saturation: 0.64 and the lightness value of edcbac is 0.80.

The process color (four color CMYK) of #edcbac color hex is 0.00, 0.14, 0.27, 0.07. Web safe color of #edcbac is #ffcc99. Color #edcbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10101100
Octal 355 313 254
Decimal 237 203 172
Hex ED CB AC

RGB Percentages of Color #edcbac

%38.73
%33.17
%28.10

CMYK Percentages of Color #edcbac

%0
%14
%27
%7

Triadic Colors of #edcbac

#edcbac #acedcb #cbaced

Analogous Colors of #edcbac

#edcbac #edecac #edacae

Monochromatic Colors of #edcbac

#edcbac

Complementary Color

#edcbac #acceed

#edcbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbac Color CSS Codes

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

#edcbac Text Font Color

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

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


#edcbac Background Color

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

This div background color is #edcbac


#edcbac Border Color

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

This div border color is #edcbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbac


Comments

No comments written yet.

Please login to write comment.